Files
OneTrip/readme.md
Alexander Laevens 31c4505e49 Add readme
Remove development color swatches page
2022-12-01 01:34:31 -07:00

1.6 KiB

One Trip

Technologies Used

Backend

  • Django
  • Django Rest Framework (REST API)
  • Django Channels (WebSocket interface)
  • SQLite (Only because I am not deploying this to the Play Store)
  • Redis (WebSocket cache)

Deployment

  • Daphne (ASGI Application server)
  • Nginx
  • Ubuntu

Frontend

  • Flutter

Pictures

Main Menu

Login Screen

Profile Page

Profile Page

Search for Users

Searching for users

Create, Edit, and Delete Recipes

Create Edit Delete Recipes

Recipes and individual ingredients can be deleted by swiping them off of the screen

Search for Recipes to add to Shopping List

Search Recipes

Delete Items from List

swipe

Shopping List Page

Shopping List Page

Backend Data Models

backend-structure