Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 493 Bytes

Movie API

A movie backend API written in NodeJS and Express

You can do these things:

  • Get a movie by an IMDB ID
  • Get some number of random movies by filtering them by year
  • Get movies by searching a string in their titles
  • Get movies by their indexes in the database

Requirements

  • Node.js

How to Start

// clone the repository
git clone https://github.com/yigitatesh/movie_api.git
cd movie_api
// install packages
npm install
// start the app
npm run devStart