mmelcot / movies-api

Mini movies api with Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%