A real-time auctioning platform that provides a platform for sellers and prospective buyers from all over the world to interact.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Creating and activating virtual environment
virtualenv venv
cd Scripts
activate
Setup & install Redis server on Windows
Start the Redis server
Navigate back to the main folder. Installing requirements and making migrations
pip install -r requirements.txt
python manage.gy makemigrations
python manage.py migrate
python manage.py runserver
- Sakshi Uppoor - Full Stack & Design
- Sheel Sanghvi - Full Stack
- Samit Kapadia - Frontend
- Login
- Sign Up
- Home
- Shop
- Product Details
- Auction Room
- Cart
- My Products
- Add Product
- Profile
Auction room where all bidders bid against each other for a particular product. The room displays all bidders along with their latest bids, the base price, current price and details of the product being auctioned.
Sellers can add multiple images for a product to showcase the product from all angles. Live status feature to indicate whether the auction is live or not. Tells users how much time is left for an auction to start or end.
- Django - The web framework used
- Django Channels - Layer for websockets and background tasks
- Django Tempus Dominus - Widget for the Tempus Dominus Bootstrap 4 DateTime picker
- CozaStore - ColorLib template
- Unsplash - Free to use, high quality photographs
- Font Awesome - Vector icons set
- Inkscape - Design software for icons
- Visual Studio Code - Code Editor
- Redis - Server to run Channels