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

https://github.com/dalelantowork/nodejs-crud-api

NodeJS CRUD API
https://github.com/dalelantowork/nodejs-crud-api

api backend cors express nodejs render rest

Last synced: about 2 months ago
JSON representation

NodeJS CRUD API

Awesome Lists containing this project

README

          

## Screenshots

### Deployed in Render
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/deployed.png?raw=true)

### Combined with a Sample React Js Frontend
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/frontend-react.png?raw=true)

### Get Products
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/get-products.png?raw=true)

### Get Product
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/get-product.png?raw=true)

### Save Product
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/save-product.png?raw=true)

### Update Product
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/update-product.png?raw=true)

### Delete Product
![Home](https://github.com/dalelantowork/nodejs-crud-api/blob/main/public/images/delete-product.png?raw=true)