PinnedRachelaGardening App & GitHub RepositoriesThe goal of my gardening app is to document my plants and their locations. Currently, the user can create, update and delete both gardens…Aug 27, 20211Aug 27, 20211
RachelaGardening App in ReactJSI have decided to branch out and recreate my Gardening App using ReactJS. I have a basic understanding of JavaScript and have built…Nov 15, 2021Nov 15, 2021
Rachela5 Next Steps for Connecting the “Plants” and “Gardens” tables using SQLAlchemy ORMMy app has two tables, Gardens and Plants. When I started, I did not think to include gardens, rather the app was just for documenting…Aug 30, 2021Aug 30, 2021
RachelaGardening App: Change to SQLAlchemy ORMI am switching to the SQLAlchemy ORM from SQLAlchemy Core. This will be my second change as I started with SQL statements. The main reason…Aug 23, 20211Aug 23, 20211
RachelaGardening App: API ClientSince I created a server to host my API queries, I decided to create a separate API Client. This made it so that I did not need to include…Aug 20, 2021Aug 20, 2021
RachelainNerd For TechHow to Create a Back Button in KivyI created a back button by first setting up an __init__ function in my App class and then having self.previous_screen that would hold the…Aug 17, 20212Aug 17, 20212
RachelainNerd For TechGardening App: Creating APIs for Database ConnectionsTrying to get Buildozer, SQLALchemy, and a database driver to work on Android has become a dead end. There were several issues including…Aug 15, 2021Aug 15, 2021
RachelaGarden App: Changing Database Hosting to Heroku PostgresI was struggling with using SQLite and the memory on Android phone, but I switched to Heroku Postgres as my SQL database hosting service…Aug 13, 2021Aug 13, 2021
RachelaHow I Got the Gardening App up and Running on My PhoneI’ve spent the last few days working to get my app running on a phone. Since I have a Linux computer, I’m using an Android Virtual Device…Aug 9, 2021Aug 9, 2021
RachelainNerd For TechHow to Change the Screen Transition in KivyThe default transition is the SlideTransition, but there are many different types. You can also specify NoTransition.Aug 6, 20211Aug 6, 20211