Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 322 Bytes

Movies API

Example API for a movie rental company using NodeJS and MySql, with security with Json Web Token, sign up, listing of available movies, search for a movie by title, rental and return of a movie.

Installation

$ npm install
$ Change user and password in /db/database.js
$ node bin/www.js