Feb 26, 2024
Me and my team worked on a fitness page in order to support a more healthy way of living. I worked on the drink page (Css, frontend, and backend), login page (backend+frontend), and deployment. In the drinks page, I was able to run a get command in the backend to display my data which I had stored in a SQlite file. I was able to call upon specific drinks and get the calories they hold. I was also able to use the Create and Delete commands to create and delete a drink. I was able to add an edit pop up function, however I have yet to complete the frontend and backend code for it. I also struggled in deployment as we had issues running ./migrate.sh. Debugging was a hard task yuuet in the end deployment was sucessful!