/vidly-api

A simple api for movie rental shop built with nodejs, expressjs & mongodb.

Primary LanguageJavaScript

Vidly API (WIP)

A simple nodejs & expressjs api for movie rental shop

Very simple steps to follow

  • clone the repository
  • run npm install or yarn
  • type npm run dev to run development server (check nodemon is installed globally)
  • type npm run test to run test suite