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

https://github.com/fakorede/vidly

a node-express based rest api for a rental application
https://github.com/fakorede/vidly

express expressjs jest mongodb mongoose nodejs rest-api

Last synced: 3 months ago
JSON representation

a node-express based rest api for a rental application

Awesome Lists containing this project

README

          

# Vidly API

> An node-express based restful api

## Setup

git clone and cd into quiz-api

```bash
# install dependencies
$ npm install

# run at localhost:5001
$ npm start

# run tests
$ npm run test
```

Documentation available on localhost:5001/api/docs