This is a Node-Express project for CRUD operation. CRUD is an acronym that stands for CREATE, READ, UPDATE, and DELETE.
'localhost:5000/users'
Clone the project
git clone https://github.com/abhaypsamrat/CRUD-API.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
node index.js