Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 538 Bytes

API for MaintenancePro

Overview

This repo is a backend for our full-stack app MaintenancePro.
https://github.com/ujjawalsidhpura/MaintenancePro

Few key takes

  • NoSQL database
  • MongoDB
  • Deployed on Heroku
  • Gives API endpoint for Front-end to communicate with.

Dependencies / Tech-stack

  • Express
  • Nodemon
  • Morgan
  • MongoDB
  • dotenv
  • passport-jwt

To run locally

  • Clone the repository
  • npm install
  • cp .env.example .env
  • Check .env.example to get credentials needed to connect with your mongoDb