Skip to content

hasandik/Flask-E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-E-commerce

Simple E-commerce website using Flask for academic purpose only

// Comments and variables are in Turkish

Dependencies

  1. Python
  2. Flask
  3. SQLite3

How to run

  1. pip install flask-sqlalchemy
  2. cd (FilePath)
  3. python app.py

How to get admin authority

  1. open database.db with DB Browser for SQLite
  2. Browse Data -> Table: Kullanicilar
  3. Change your yetki= 1

Screenshots

1

2

3