Skip to content

A movie REST API built with Node.js, Express and Mongoose

License

Notifications You must be signed in to change notification settings

thepembeweb/movie-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie REST API

A movie REST API built with Node.js, Express, Mongoose and MongoDB.

NPM Version GitHub

This app showcases CRUD operations in a Node.js app with Express and Mongoose and MongoDB.

Installation

Clone the source locally:

$ git clone https://github.com/thepembeweb/movie-rest-api.git
$ cd movie-rest-api

If you're on Debian or Ubuntu, you'll also need to install nodejs-legacy:

Use your package manager to install npm.

$ sudo apt-get install npm nodejs-legacy

Install project dependencies:

$ npm install

Start the app:

$ npm start

Built With

Authors

License

License

  • This project is licensed under the MIT License - see the LICENSE.md file for details
  • Copyright 2018 © Pemberai Sweto.

About

A movie REST API built with Node.js, Express and Mongoose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published