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.
- Host: GitHub
- URL: https://github.com/8-bit-souvik/crud_with_express
- Owner: 8-bit-souvik
- Created: 2021-07-01T17:44:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T15:08:58.000Z (over 4 years ago)
- Last Synced: 2025-07-30T04:00:37.764Z (10 months ago)
- Topics: backend, crud-application, express-js, static-server-nodejs
- Language: HTML
- Homepage:
- Size: 1.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## [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
[](https://heroku.com/deploy)