Skip to content

vincentabolarin/crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This file connects to a database, creates a payload, reads, updates and deletes data.

The POST route creates the new data.

The GET route fetches the data using findById.

The PUT route updates the data using findByIdAndUpdate.

The DELETE route updates the data using findByIdAndDelete.

Link to the app's Heroku hosting: https://crud-app-by-vincent.herokuapp.com/

About

This app creates a database, writes a payload, reads, updates and deletes data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published