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.txt
python manage.py makemigrations
python manage.py migrate
To run the server, execute the following command :
python manage.py runserver
To run the app, execute the following commands :
flutter pub get
flutter run