Skip to content

spanned/Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace

The project focuses on core backend logic, authentication, database relationships, and a clean UI rather than production deployment.

Features

  • User registration, login, and logout
  • Create, view, and delete posts
  • Categories and search functionality
  • Comments and likes on posts
  • User profiles with reputation
  • Voucher system between users

Tech Stack

  • Python (Flask)
  • Flask-Login
  • Flask-SQLAlchemy
  • SQLite
  • HTML (Jinja templates)
  • CSS

How to Run

py -m venv .venv
py -m pip install -r requirements.txt
py -m flask --app app run --debug

About

The project focuses on core backend logic, authentication, database relationships, and a clean UI rather than production deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors