Please add a comment with the following:
- Your Name
- A link to your GitHub repo
- A link to your deployed application
- Were you able to complete the base functionality?
- Seeded a database with at least 2 tables and 1 relationship?
- 4 GETS, 2 POSTS, 1 DELETE completed?
- Do all endpoints return response with appropriate status codes?
- Documentation on all API endpoints in the README?
- Link to storyboard in README?
- Utilized PR template?
- Is there an annotated server file on a separate branch?
- Deployed as a production app on Heroku?
FOR EXAMPLE
- Will-I-Am
- BYOB GitHub
- BYOB Heroku
-
- Seeded a database with at least 2 tables and 1 relationship? YES
- 4 GETS, 2 POSTS, 1 DELETE completed? YES
- Do all endpoints return response with appropriate status codes? YES
- Documentation on all API endpoints in the README? YES
- Is there an annotated server file on a separate branch? YES - on branch
annotated-server
- Deployed as a production app on Heroku? YES
1: Emily Lalonde
2: [BYOB GitHub] (https://github.com/EmilyLalonde/BYOBackend)
3: [Heroku] (https://buildbackendlalonde.herokuapp.com)
4: Were you able to complete the base functionality? Yes
Seeded a database with at least 2 tables and 1 relationship? Yes
4 GETS, 2 POSTS, 1 DELETE completed? Yes
Do all endpoints return response with appropriate status codes? Yes
Documentation on all API endpoints in the README? Yes
Link to storyboard in README? Yes
Utilized PR template? Yes
Is there an annotated server file on a separate branch? Yes
Deployed as a production app on Heroku? Yes but not working as expected