- Clone this repo: https://github.com/nvwebd/fsjs-p9-rest-api-express
- run
npm install
oryarn install
- (depends on what you prefer) - run
npm run seed
to populate the DB with the Test Data - run
npm start
to start the backend
Test can be run using the included Postman collection. Import the collection into your Postman app.