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
- Host: GitHub
- URL: https://github.com/fakorede/vidly
- Owner: Fakorede
- Created: 2019-09-27T01:19:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:40:14.000Z (over 3 years ago)
- Last Synced: 2025-10-30T08:54:53.656Z (8 months ago)
- Topics: express, expressjs, jest, mongodb, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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