https://github.com/zaxwebs/express-crud-api-example
A demo app with RESTful CRUD API implementation
https://github.com/zaxwebs/express-crud-api-example
Last synced: about 2 months ago
JSON representation
A demo app with RESTful CRUD API implementation
- Host: GitHub
- URL: https://github.com/zaxwebs/express-crud-api-example
- Owner: zaxwebs
- Created: 2019-03-17T01:17:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:57:52.000Z (over 3 years ago)
- Last Synced: 2025-01-06T04:41:28.499Z (over 1 year ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express CRUD API Example
A demo app with RESTful CRUD API implementation.
This app also demos routing in Express
## Commands
```
npm run dev
```
Runs nodemon to monitor server.js changes and restarts on an update.
```
npm start
```
Starts the server.