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: about 2 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-03-12T09:13:24.394Z (about 1 year ago)
- Topics: crud-application, crud-sample, expressjs, node-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 570 KB
- Stars: 0
- Watchers: 1
- 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`!