Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 178 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 178 Bytes

Steps to get started:

  • Create .env file
  • Add PORT=5000
  • Add MONGO_URI=mongodb://localhost:27017/myproject or whatever your url is.
  • Run npm install
  • Run npm start