Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 725 Bytes

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