thering999 / sharing-rest-api-express

:school: How to build simple RESTful API with Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:school: How to build simple RESTful API with Express


Languages

Language:JavaScript 100.0%