https://github.com/dalau6/rotten-potatoes-api
REST API with Node.js, Express & Typescript
https://github.com/dalau6/rotten-potatoes-api
Last synced: 3 months ago
JSON representation
REST API with Node.js, Express & Typescript
- Host: GitHub
- URL: https://github.com/dalau6/rotten-potatoes-api
- Owner: dalau6
- License: mit
- Created: 2020-03-24T04:35:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:52:22.000Z (over 2 years ago)
- Last Synced: 2024-12-31T05:42:01.050Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rotten-potatoes-api
A movies REST API built with HTTP protocol, Node.js, NPM, SQLite, and Typescript.
To get started: `npm run start`
Running that command will trigger the execution in order of the scripts:
1. prebuild
2. build
3. prestart
4. startwhich will build our project inside the “dist” folder, and run it only if everything was ok.