Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeramirez/se2-movies
A tiny movies API
https://github.com/jorgeramirez/se2-movies
Last synced: 23 days ago
JSON representation
A tiny movies API
- Host: GitHub
- URL: https://github.com/jorgeramirez/se2-movies
- Owner: jorgeramirez
- Created: 2018-11-28T11:04:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:55:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T18:16:03.063Z (7 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# se2-movies
[![Build Status](https://travis-ci.com/jorgeramirez/se2-movies.svg?branch=master)](https://travis-ci.com/jorgeramirez/se2-movies)
A tiny movies API.
## Run
Clone the repo and install the dependencies by doing
```
$ npm i
```Run the application by doing:
```
$ npm start
```Run the tests by doing:
```
$ npm test
```Endpoints
- http://localhost:3000/ health check endpoint
- http://localhost:3000/movies (POST, GET)
- http://localhost:3000/movies/:id (GET)
- http://localhost:3000/stars (POST, GET)
- http://localhost:3000/stars/:id (GET)## License
MIT