Auction, as the name suggests is an auction website, built with django, where you can sell literally anything. And bid on your favourite items. Add items to watchlist, and much more.
First git clone the repository by and go the repository by:
$ git clone https://www.github.com/pramitsingh0/django-auctions.git
$ cd django-auctions
-
python3
- if not available, go here to download according to your operating system
-
django
- if not available, download through pip
$ pip install django
django-auction.mp4
Make migrations to the database:
$ python manage.py makemigrations
$ python manage.py migrate
Then launch the server by:
$ python manage.py runserver
After using the above command in your terminal, open your browser and type 127.0.0.1:8000/
in your address bar to open the web application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Gmail: pramitsingh0@gmail.com