This is a MERN stack app. It has an Express backend and MongoDB database.
To clone
- Clone this repo
- Run inside the folder
npm i cd client npm i
- Add a file named "default.json" to the config folder.
- Enter contents in following format
{ "mongoURI" : "<URI>", "jwtSecret": "<Any String>" }
- Run following command
npm run dev