restful-api-node-express-crud

simple project with node and express to create restful api's (CRUD)

How to start Project with below simple steps

npm install npm run start open browser and run below url http://localhost:8000/

server.js

is used to handle all routes

user.js

file is used for now as dummy database and helper file we will modify the project one by one step.

happy learning Next will add the swagger into this project