53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
# 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
|
|

|
|
|
|
### Profile Page
|
|

|
|
|
|
### Search for Users
|
|

|
|
|
|
### Create, Edit, and Delete Recipes
|
|

|
|
|
|
Recipes and individual ingredients can be deleted by swiping them off of the screen
|
|
|
|
### Search for Recipes to add to Shopping List
|
|

|
|
|
|
### Delete Items from List
|
|

|
|
|
|
### Shopping List Page
|
|

|
|
|
|
### Backend Data Models
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|