This is a shopping app made with flutter, the backend is made with django
| App | Invoice created from the admin panel | Admin panel |
|---|---|---|
![]() |
![]() |
![]() |
- Twilio
- Google maps Key
- Email account
Rename settings/.env.template to .env and fill the following parameters :
- EMAIL_HOST_USER
- EMAIL_HOST_PASSWORD
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
- TWILIO_FROM_PHONE
- GOOGLE_MAPS_KEY
Run the following commands :
pip install -r requirements.txtpython manage.py makemigrationspython manage.py migrateTo run the server, execute the following command :
python manage.py runserverTo run the app, execute the following commands :
flutter pub get
flutter run

