https://github.com/jorgeramirez/se2-movies
A tiny movies API
https://github.com/jorgeramirez/se2-movies
Last synced: 24 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:55:40.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:51:54.794Z (3 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# se2-movies
[](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