Skip to content

JetLightStudio/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

Languages

  • Dart 60.1%
  • CSS 17.5%
  • Python 12.2%
  • JavaScript 3.2%
  • HTML 2.9%
  • C++ 2.7%
  • Other 1.4%