MongoDB
Installation is as simple cloning the repo and then running the npm install command on both of the directories!
cd frontend
npm i
cd ..
cd backend
npm i
- To run the WebApp you need to first start Next:
cd frontend && npm run dev
- And then on a seperate terminal start the Express backend:
cd backend && node index