This repo is a backend for our full-stack app MaintenancePro.
https://github.com/ujjawalsidhpura/MaintenancePro
- NoSQL database
- MongoDB
- Deployed on Heroku
- Gives API endpoint for Front-end to communicate with.
- Express
- Nodemon
- Morgan
- MongoDB
- dotenv
- passport-jwt
- Clone the repository
npm install
cp .env.example .env
- Check
.env.example
to get credentials needed to connect with your mongoDb