Add readme
Remove development color swatches page
This commit is contained in:
52
readme.md
Normal file
52
readme.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# 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
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user