Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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