Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 737 Bytes

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