devlancer412 / marketplace-backend-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marketplace Backend Assignment

Development env setup

py -m venv environment
source ./environment/Scripts/activate // linux
./environment/Scripts/Activate.ps1 // windows

Install dependencies

pip install -r ./requirements.txt

Run server

uvicorn app.init:app --reload

Endpoints

GET /auction/list

Get all auction list

GET /auction/{id}

Get auction data

PUT /auction/{id}

Put bid to auction

POST /auction

Create new auction

About


Languages

Language:Python 100.0%