Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 709 Bytes

Senior Project Backend

This app works with both the following frontend apps:

Configuration

Set up a MongoDB database

Set up a MongoDB database either locally or with MongoDB Atlas for free.

Set up environment variables

Set each variable on config.env:

  • ATLAS_URI - Your MongoDB connection string. If you are using MongoDB Atlas you can find this by clicking the "Connect" button for your cluster.

Run

npm install
npm run start

Your app should be up and running on http://localhost:5000!