Skip to content

pramitsingh0/django-auctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auctions

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.

Installation

Requirements

First git clone the repository by and go the repository by:

$ git clone https://www.github.com/pramitsingh0/django-auctions.git
$ cd django-auctions

Requirements

  • python3

    • if not available, go here to download according to your operating system
  • django

    • if not available, download through pip
    $ pip install django
    

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact Developer

Gmail: pramitsingh0@gmail.com

About

An auction website primarily built using django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published