Skip to content

A study project using work tools with django and flutter integration

Notifications You must be signed in to change notification settings

RegisSalesRA/django_flutter_e-commerce-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Flutter E-commerce Books

Follow Steps:

Python

First Step:

python3 -m venv venv
sourve venv/bin/activate
pip3 install -r requirements-dev.txt

Second Step:

Now, just rename the .env.sample file to .env and run:

Third Step:

python3 manage.py migrate

Fourth Step:

python3 manage.py createsuperuser

Finally

run a command: python3 manage.py runserver

Flutter

OBS

lib/service/api_adress.dart (const String baseUrl = "http://10.0.2.2";) you must change your IP if you trying to run this project with real mobile

First Step:

flutter packages get

Second Step:

flutter run

E-commerce Book Overview

Login

Home

Layout drawer

Favorite

About

A study project using work tools with django and flutter integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages