Project information

Voyage Budgeter

In this opportunity I developed an app with full CRUD operability using Django and Python with some parts of JavaScript as well. For Voyage Budgeter, the goal was to set up a way to track all your expenses while on trips/vacations while keeping it fun! You would need to login to view and/or create a budget, and leave reviews as well. For the database I used PostgreSQL while for the layout and views of the page I used the Django templates. Setting up this application this way showed me a lot of the ways that Django works and how opinionated it is as well.