Show Tracker is an iOS application which allows users to keep track of their current show watch list, as well as a plan to watch list.
The backend API is developed using Python's Flask framework, and is deployed as a Heroku app. It leverages a relational database infrastructure which allows for ease of information storage and retrieval for the frontend.
- Server Address: https://prithwishjoyceshowtracker2.herokuapp.com
- API Specification: https://documenter.getpostman.com/view/17435327/UVRGEjSn
Frontend Description