Deployed at: API
All things to do with API and backend
Use brew to install the following:
- Node (v16) Use NVM for version management
- NPM (v8)
- MongoDB (v5.0)
- Postman
- Mongodb Visualiser (NoSqlBooster)
- Clone the repo
npm install
to install dependenciesnpm run start
to start the server- Use the
postman_collection.json
at root of repo for access and keep it updated with new changes
Configs are found under src/configs
directory