Skip to content

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

Notifications You must be signed in to change notification settings

8-bit-souvik/CRUD_with_Express

Repository files navigation

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

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

About

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

Topics

Resources

Stars

Watchers

Forks