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

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

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`!