Skip to content

Leohige/emails-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emails-api

Running Locally

Make sure you have Node.js installed.

git clone git@github.com:leohige/emails-api.git # or clone your own fork
cd emails-api
npm install
node app.js

heroku deployed api

API Requests

Get all emails

GET https://emails-api-v1.herokuapp.com/api/v1/emails/

Create email

POST https://emails-api-v1.herokuapp.com/api/v1/emails/

Get single email

GET https://emails-api-v1.herokuapp.com/api/v1/emails/:id

Update email

PUT https://emails-api-v1.herokuapp.com/api/v1/emails/:id

Remove email

DELETE https://emails-api-v1.herokuapp.com/api/v1/emails/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published