Skip to content

knox153/cpsc310-rest-demo-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpsc310-rest-demo-server

Set up

git clone this repo

yarn build to compile

yarn start to start the server

The server by default will be listening at http://localhost:11315

API

Method Purpose Endpoint Request
GET query item(s) /addresses GET /addresses
PUT add an item /address/:id PUT /address/:id {“body”: <address string>}
POST update an item /address/:id POST /address/:id {“body”: <address string>}
DELETE delete an item /address/:id DELETE /address/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%