https://github.com/mehediislamripon/Noob-CRUD-Node
Basic CRUD operation with node.js
https://github.com/mehediislamripon/Noob-CRUD-Node
crud-application crud-sample expressjs node-api nodejs
Last synced: 8 months ago
JSON representation
Basic CRUD operation with node.js
- Host: GitHub
- URL: https://github.com/mehediislamripon/Noob-CRUD-Node
- Owner: mehediislamripon
- Created: 2021-01-29T09:44:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T14:35:57.000Z (over 5 years ago)
- Last Synced: 2025-01-18T22:28:31.390Z (over 1 year ago)
- Topics: crud-application, crud-sample, expressjs, node-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 570 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noob-CRUD-Node
## Features:
- Get all data
- Get single data by id
- Write data
- Update data by id (as example)
- Delete data by id (as example)
## How To Run:
```
$ git clone https://github.com/MehedilslamRipon/Noob-CRUD-Node.git
$ cd Noob-CRUD-Node
$ node server.js
```
Now open `POSTMAN` and play with `CRUD`!