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.
- Host: GitHub
- URL: https://github.com/arvrao/rest-api-essentials
- Owner: ArvRao
- Created: 2021-12-30T16:33:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T04:04:34.000Z (over 4 years ago)
- Last Synced: 2025-01-15T19:32:20.784Z (over 1 year ago)
- Topics: backend-api, crud-application, expressjs, mvc-architecture, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.