Skip to content

API for a movies service with two collections: movies and classification. It implements CRUD operations over each one of the collections using the stack NodeJs - Express - MongoDB

License

Notifications You must be signed in to change notification settings

Flakster/API-REST-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-REST-Movies

This is a RESTful website to manage information of a movies app. There are two collections called movies and classifications. The application lets the user to perform CRUD (Create, Read, Update, and Delete) operations on both of the collections.

Screenshot

movies-screenshot

Built with

  • NodeJS
  • Express
  • MongoDB
  • Babel
  • Handlebars
  • Bootstrap
  • Font Awesome

Prerequisites

  • NodeJS 14.0
  • MongoDB 4.4.5
  • Mongoose 5.12.4
  • Express 4.17.1
  • Nodemon 2.0.7
  • Connect-flash 0.1.1
  • Express-handlebars 5.3.0

Getting Started:

To get a local copy up and running follow these simple example steps:

  1. Under the repository name, click the Clone or download green button.

clone

  1. Copy the URL given by clicking the clipboard button

  2. Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.

  3. Type git clone and then paste the URL you previously copied to the clipboard

  4. Change the current directory to the newly created folder

  5. Make sure your system fulfill the software requirements (use npm install)

  6. Start your web server:

   npm run dev
  1. Open your web browser and go to localhost:3000

See a live demo Here

Acknowledgments:

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT Licensed

Author

👤 Carlos Santamaría

About

API for a movies service with two collections: movies and classification. It implements CRUD operations over each one of the collections using the stack NodeJs - Express - MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published