An open API service indexing awesome lists of open source software.

https://github.com/brianbolnick/top-movies-json


https://github.com/brianbolnick/top-movies-json

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Top Movies JSON Server
This project is built on top of [json-server](https://github.com/typicode/json-server) to serve data about the top 100 movies, according to [the movie database](https://www.themoviedb.org/).

## Setup
- Ensure [node.js](https://nodejs.org/) is installed
- run `npm install` to install dependencies
- run `npm start` to fire up dev server
- The server will start on [`http://localhost:2020`](http://localhost:2020). All resource routes should be accessible for the `movies` model as outlined in the `json-server` docs.

## TODO: add api/gql docs