https://github.com/vivify-ideas/vivify-academy-movies-api
https://github.com/vivify-ideas/vivify-academy-movies-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vivify-ideas/vivify-academy-movies-api
- Owner: Vivify-Ideas
- Created: 2018-05-15T15:20:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T16:34:12.000Z (over 2 years ago)
- Last Synced: 2025-01-04T06:27:59.738Z (4 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies API loopback
## Start
- Install dependencies
```
npm i
```- Start server
```
npm run start
```