8000 GitHub - toluolawumi/people-records: A basic CRUD API that contains records of inidviduals
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toluolawumi/people-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

people-records

A CRUD API that contains records of individuals

Tech Stack

Server: Node, Express, Mongoose

Hosted on Heroku

https://people-records.herokuapp.com/

API Routes

With this API, you can do the fo 6505 llowing:

  • View All records in the database
  • Create a record
  • Update a record
  • Delete a record

Get all records in the database

  GET /records

Get one single record in the database

  GET /records/:id

Create a single record in the database

  POST /records

Update a single record in the database

  PUT /records/:id

Delete one single record in the database

  DELETE /records/:id

About

A basic CRUD API that contains records of inidviduals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0