#Pre-Requisite
- Visual Studio Code (Recommended)
- Node.js
- MongoDB Community
#Setup
- Install the Node.js
- Connect the MongoDB from MongoDB Compass Dashboard
- Clone the Project and Open it using the Visual Studio Code
- Open Terminal and Run "npm install" in Root Directory
- Then Run "npm start"
- Project will be running on "http://localhost:5000/"
#TestCases
- To run Test Cases, Open a new terminal.
- Move to the frontend directory and Run "npm run test"