Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 606 Bytes

E-commerce website

HomePage

This is a simple e-bay like project using django and sqlite3. It is possible register/login users, make bids, filter auction listings, make comments on the listings and add them to a wishlist. You can also mke new listings and close them as well. The demo can be watched here

Usage

After creating a virtual environment, install django

pip3 install django

Now, you can run the app by

python manage.py runserver