Find-a-Pet
This was originally a group project during my time in the Software Engineering Immersive at General Assembly. My group and I chose to do a pet adoption app that allowed users to search for local pets up for adoption and “favorite” the ones they were interested in for later viewing. I was the Database and API manager, so I worked mostly on the back-end of this project. We implemented the third-party PetFinder API, which was super easy to work with.
I set up the API service/functions in another file outside of the views to follow the idea of separation of concerns. Also kept it DRY by re-using a function for the API calls. This worked out well and kept the views nicely organized. 😎
Although we hit MVP and did well during presentations, I wanted to redevelop both the front- and back-ends of this application on my own.
Project Tags
- Authentication
- Back End Development
- Bootstrap
- CRUD Application
- CSS
- Django
- Front-End Development
- Full Stack Application
- General Assembly
- Heroku