MatthewKaplan / build-your-own-backend

A restful api of professional sport teams that I created and deployed on Heroku.

Home Page:https://serene-castle-47429.herokuapp.com/api/v1/teams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Your Own Backend

A RESTful API built with Express and Knex of all the professional sport teams in the United States and Canada and their locations.

Deployed via Heroku:

https://serene-castle-47429.herokuapp.com

GET All Locations

GET /api/v1/locations

GET All Teams

GET /api/v1/teams

GET Location

GET /api/v1/locations/:id

GET Team

GET /api/v1/teams/:id

Create Team

POST /api/v1/teams

Delete Team

DELETE /api/v1/teams/:id

About

A restful api of professional sport teams that I created and deployed on Heroku.

https://serene-castle-47429.herokuapp.com/api/v1/teams


Languages

Language:JavaScript 100.0%