The goal of my gardening app is to document my plants and their locations. Currently, the user can create, update and delete both gardens and plants. Once the user creates a garden, they can add plants and subsequently view all the plants on a garden screen or search the plants separately. With each plant, the user describes the name, a common name, a category, the garden, the year it was planted, and any notes. Everything is saved in a database hosted on a server through Heroku Postgres.