/AuctionsApp

A python django app (eBay-like) e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”

Primary LanguagePythonMIT LicenseMIT

Web Auction App - Buy & Sell stuffs 😃

A python django app (eBay-like) e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”

Demo 😮

live site

app demo

Inspiration 🤩

Always wanted to work and develop my skills with python django framework and so here I am implementing an auction app.

Installation 🛠️

Install Django $ pip install Django==3.1.5

Usage 🚀

To launch the app:

You’ll need to first run (To migrate databse)
$ python manage.py makemigrations
$ python manage.py migrate

Then, to start the server
$ python manage.py runserver

Once the app is running, navigate to the localhost link provided: * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)

Thanks 🙏

  • CS50W - CS50’s Web Programming with Python and JavaScript course by Haverd.

Learn More 👻

  • Django - Django's official website and documentation to get started.

License

This project is licensed under the MIT License.