- NodeJS : v12.16.3
- npm : v6.14.4
- MongoDB or an online Cluster on MongoDB
- Clone the repo.
- run the command to install all the dependencies required
npm i
- Create a MonogDB Cluster and Paste its connection link into the ClusterURI variable in the config/default.json file.
Note : The default value will create a cluster itself but it requires mongoDB to be installed in the system prior to it.
- Edit the values of Various other parameters in the config/default.json according to yourself.
- Now run the command to start the server
node server
- The App Shall now be running on PORT = 5555(default)