GitHunt
8-

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.

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

view deplowment

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

8-bit-souvik/CRUD_with_Express | GitHunt