linuxchunk / bigbbe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend for BigBrother

Setup

conda create -n bigb python=3.8
pip install -r requirements.txt
uvicorn sql_app.main:app --reload

Create User


{
  "email": "mail@nivu.me",
  "full_name": "Nivu",
  "password": "root"
}

About


Languages

Language:Python 100.0%