Skip to content

AshishChavan98/auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction

Django Auction site

This is a auction site with backend as Django and JS,Jquery and Bootstrap for front-end. It makes use of rest-api api to communicate with server. It supports real time bidding.

Run Project

Download source code

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Screenshot

Landing Page

Landing Page

Signup Page

Landing Page

Product Page

Landing Page

Dependencies

Dependencies are given in requirement.txt