Skip to content

ForgeFoundation/Interview-Backend

Repository files navigation

Setup

On Mac:


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

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

python3 -m venv sbu_env
source sbu_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

![](./img/2023-10-08-00-37-08.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors