Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 642 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 642 Bytes

Movies API Tutorial

Created for the tutorial I created on Writing Tests for NodeJS API

#Simple Movies API with Test using Jest

Repo Without Test, clone Master branch

Completed project with Test included, clone Complete branch

'Master' branch is Starter 'Completed' branch is Completed project

Setup

  • Clone repository
  • Optionally, setup database on mlab or localhost. Edit .env.sample file to .env and add your config. It will still work with out this step.
  • Run npm install
  • npm start to run or npm run dev to run nodemon
  • Enjoy!