Git Product home page Git Product logo

mokuaenock / auction-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wmkcharles/auction-site

0.0 0.0 0.0 589 KB

An auction site like eBay. It helps small scale farmers find and sell livestock. It has a bidding functionality where intrested buyers bid. The highest bid wins when the owner closes the auction.

Home Page: https://auctionke.herokuapp.com/watchlist/

Python 46.37% CSS 7.71% HTML 45.88% Procfile 0.04%

auction-site's Introduction

Auction Website

Link: AuctionKE

HOME PAGE

image

Motivation

A lot of farmers suffer in the hands of middlemen who exploit them when they are trying to find market for their livestock. Moreover, buyers are also exploited by the same middlemen/brokers. The aim of building this application is to cut out these brokers and middlemen to prevent the exploitations that takes place. This platform provides farmers and buyers a direct link.

Technologies Used

  • Django Back-end Framework
  • Bootstrap4 Front-End Framework

Features

  • User Authentification System
  • Bidding System
  • Admin Dashboard
  • Comment System

Installation

Clone this repository

git clone https://github.com/WMKharles/Auction-Site.git

Open the folder

cd Auction-Site

Create a virtual environment

python -m venv venv

Activate environment - varies depending on your OS

venv\scripts\activate

Install all the requirements

python -m pip install -r requirements.txt

Make migrations

python manage.py makemigrations
python manage.py migrate

Create Superuser

python manage.py createsuperuser

Running Application

python manage.py runserver

Contributions

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Bug / Feature Request

In case you find a bug, kindly open an issue here. Include your query and your expected results.

Author

github follow twitter follow

auction-site's People

Contributors

wmkcharles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.