https://github.com/brianbolnick/top-movies-json
https://github.com/brianbolnick/top-movies-json
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianbolnick/top-movies-json
- Owner: brianbolnick
- Created: 2020-12-03T06:53:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T17:11:06.000Z (over 5 years ago)
- Last Synced: 2025-12-29T12:58:17.682Z (5 months ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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