[Small description of your demo here]
[Small explanation of which MongoDB features are present]
Learn more about MongoDB here.
[High level architecture diagram here use google slides]
[List your tech stack]
[Example below]
- Next.js App Router for the framework
- MongoDB Atlas for the database
- CSS Modules for styling
Before you begin, ensure you have met the following requirements:
- Node.js 14 or higher
[Add more if needed]
- Navigate to the
src
folder. - Install dependencies by running:
npm install
- Start the frontend development server with:
npm run dev
- The frontend will now be accessible at http://localhost:3000 by default, providing a user interface.
Make sure to run this on the root directory.
- To run with Docker use the following command:
make build
- To delete the container and image run:
make clean
- Check that you've created an
.env.local
file that contains your valid (and working) API keys, environment and index variables.