Skip to content

A movie backend API written in Node.js and Express

Notifications You must be signed in to change notification settings

yigitatesh/movie_api

Repository files navigation

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

About

A movie backend API written in Node.js and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published