Skip to content

SiranjeviKrishnan/bigbbe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Procfile 0.7%