kayprogrammer / bidout-auction-v1

An Auction platform built with Django MVT

Home Page:https://bidout.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BidOut Auction V1 (MVT)

alt text

Django Docs: Documentation

PG ADMIN: pgadmin.org

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/bidout-auction-v1.git

In the root directory:

  • Install all dependencies
    $ pip install -r requirements.txt
  • Create an .env file and copy the contents from the .env.example to the file and set the respective values. A postgres database can be created with PG ADMIN or psql

  • Run Locally

    $ python manage.py migrate
    $ python manage.py runserver
  • Run With Docker
    $ docker-compose up --build -d --remove-orphans

OR

    $ make build
  • Test Coverage
    $ pytest --disable-warnings -vv

OR

    $ make test

CLIENT

Live Url: BidOut Platform

alt text alt text alt text alt text

ADMIN

alt text

About

An Auction platform built with Django MVT

https://bidout.vercel.app


Languages

Language:HTML 63.1%Language:Python 35.6%Language:CSS 0.6%Language:Makefile 0.3%Language:Dockerfile 0.2%Language:Shell 0.1%Language:JavaScript 0.1%