philckim / RateMyLandlord

[tbd] - app to allow prospective renters to post or read landlord rating & review.
0 stars 0 forks source link

Backend #9

Closed All-Schuck-Up closed 3 years ago

All-Schuck-Up commented 3 years ago

Simple start to the backend api.

to test:

  1. clone project
  2. in terminal cd into backend
  3. npm i
  4. add file called 'default.json' within backend/config and place the following code in file.
    {
    "<your mongodb connection string goes here>"
    }
  5. run node index.js in terminal