https://github.com/coderdiaz/express-demo-api
https://github.com/coderdiaz/express-demo-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdiaz/express-demo-api
- Owner: coderdiaz
- Created: 2019-11-30T16:37:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T20:14:08.000Z (over 5 years ago)
- Last Synced: 2025-01-05T08:29:50.137Z (6 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express API
## How to start
```sh
# Install dependencies
$ npm i# Run application in development mode
$ npm run dev
```