This is a small e-commerce application that allows sellers to place their auctions and buyers to bid for the listings. The app has the following functionalities: Register, log in/log out, create listings based on the categories, add/remove listings into/from watchlists and even writing comments.
The backend was completely built in Django and I used SQL for the database.
make all
cd commerce
python manage.py migrate
python manage.py runserver






