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

https://github.com/arvrao/rest-api-essentials

Contains handling of basic CRUD operations using NodeJS and expressJS.
https://github.com/arvrao/rest-api-essentials

backend-api crud-application expressjs mvc-architecture nodejs rest-api

Last synced: 3 months ago
JSON representation

Contains handling of basic CRUD operations using NodeJS and expressJS.

Awesome Lists containing this project

README

          

# rest-api-essentials
Contains handling of basic CRUD operations using NodeJS and expressJS.

# Tutorial to create rest API using expressJS
## 1. Install all dependencies
### npm install

##2.