Skip to content

salah-walid/Ecommerce-Shopping-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published