Skip to content

The back end for the crud aplication. Deploy in Heroku

Notifications You must be signed in to change notification settings

Ezequiel-CE/contact-CRUD-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD API

Backend for the contact CRUD app.

Made with

Routes

ROUTES HTTP DESCRIPTION
/api/contacts GET Get all contact
/api/contacts POST Add a contact
/api/contacts/:contact_id GET get a sigle contact
/api/contacts/:contact_id PUT Update a contact
/api/contacts/:contact_id DELETE Delete a contact

Local execution

git clone https://github.com/Ezequiel-CE/contact-CRUD-back.git
cd contact-CRUD-back
npm install
create mysql database
add .env file with the database settings
npm start

About

The back end for the crud aplication. Deploy in Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published