simple project with node and express to create restful api's (CRUD)
npm install npm run start open browser and run below url http://localhost:8000/
is used to handle all routes
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