An open API service indexing awesome lists of open source software.

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

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.