A CRUD API that contains records of individuals
Server: Node, Express, Mongoose
https://people-records.herokuapp.com/
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 /records
GET /records/:id
POST /records
PUT /records/:id
DELETE /records/:id