Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.16 KB

Ecommerce Shopping App

This is a shopping app made with flutter, the backend is made with django

App Invoice created from the admin panel Admin panel
App App App

Requirements

Setup

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

License

MIT