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

https://github.com/8-bit-souvik/crud_with_express

a simple backend application with express JS has been created to serve a static website and to perform CRUD operation with sample data.
https://github.com/8-bit-souvik/crud_with_express

backend crud-application express-js static-server-nodejs

Last synced: about 1 month ago
JSON representation

a simple backend application with express JS has been created to serve a static website and to perform CRUD operation with sample data.

Awesome Lists containing this project

README

          

# CRUD_with_Express
a simple backend application with express JS has been created to serve a static website and to perform CRUD operation with sample data.

![Example operation](https://ibb.co/KNbhyYm)

## [view deplowment](http://crud-using-node.herokuapp.com/index.html)

#### Clone the repository into local system

#### Install all dependencies using command ```npm install```

#### Change directory to src by using command ```cd src```

#### Start the server by running app.js using command ```node app.js```

#### Go to the browser and type url *```localhost:5500/index.html```*

#### Test CRUD operation on local system




[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)