/bigbbe

Primary LanguagePython

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"
}