2000Boss / node-express-swagger-crud

SWAGGER doc example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SWAGGER doc example


Languages

Language:JavaScript 100.0%