Skip to content

aofleejay/sharing-rest-api-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful api with Express example project

Install dependency

npm install or yarn

Start project

npm start or yarn start

server start at http://localhost:3000

Start project in development mode

npm run dev or yarn dev

server start at http://localhost:3000

API List

METHOD URI DESCRIPTION
GET /books Get all books
GET /books/1 Get book by id
POST /books Create book
PUT /books/1 Update book
DELETE /books/1 Delete book

Blog

RESTful API with Express

About

🏫 How to build simple RESTful API with Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published