Skip to content

n3wang/sase_backend_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

On Mac:

python3 -m venv sase_env
source sase_env/bin/activate
pip3 install -r requirements.txt

uvicorn main:app --reload
http://127.0.0.1:8000/docs

Github Management Reminder

git pull
git add --all
git commit -m "I made some changes"
git push origin HEAD

To remove all errors make sure you configure the venv on visual code

About

SASE Hackathon 2023 | Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors