Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages