kayprogrammer / bidout-auction-v3

A simple bidding API built with Litestar

Home Page:https://bidout-litestar-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BidOut Auction V3

alt text

LITESTAR DOCS: Documentation

PG ADMIN: Documentation

Swagger: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/bidout-auction-v3.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

    $ alembic upgrade heads 
    $ uvicorn app.main:app --debug --reload
  • Run With Docker
    $ docker-compose up --build -d --remove-orphans

OR

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

OR

    $ make test

Docs

SWAGGER API Url: BidOut Docs

POSTMAN API Url: BidOut Docs

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

About

A simple bidding API built with Litestar

https://bidout-litestar-api.vercel.app


Languages

Language:Python 67.2%Language:HTML 31.9%Language:Makefile 0.3%Language:Mako 0.3%Language:Shell 0.3%Language:Procfile 0.0%