Project is created with:
- nodejs version: 16.13.0
- express version: 4.17.1
- mongoose version: 5.11.17
- jsonwebtoken version: 8.5.1
- Google Oauth
- multer version: 1.4.4
- bcrypt version: 5.0.1
- deployment: Microsoft azure
- swagger
- Fork the repository
- Clone the repository
https://github.com/shrtnr-tech/backend.git
- Open the folder containing the cloned repository
- Install the required packages, libraries and dependencies
yarn install
- Custom API keys can be set up in a
.env
file. The format for.env
file can be found in.env.example
. - Start the project using:-
yarn run dev
- Open http://localhost:8080/api-explorer/ to view the API documentation.