Skip to content

mmelcot/movies-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Mini movies api with Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%