This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project uses Next.js (node on the server, react on client) with a 'serverless' API approach. Our database is MongoDB's hosted Atlas service, and we use next-auth for authentication and authorization.