/Movies-API

Example of Basic Movies API with NodeJS and MySql

Primary LanguageJavaScript

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