- Programming Language: JavaScript
- Web Framework: Node.js
- Database: MongoDB 4.2
- IDE: Visual Studio Code
- Version Control: Git
- Test Tool: Postman
- Download Node.js and NPM from https://nodejs.org/en/download/ and install it.
- Download MongoDB from https://docs.mongodb.com/manual/installation/
Clone the repository into a local repository
To build the code:
npm install
To run the application:
npm start
The server will be run at http://localhost:5000/, test can be done using Postman.
To test the application:
npm test