Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

1️⃣ Create a virtual environment

python -m venv venv

2️⃣ Activate the environment

On Windows:

venv\Scripts\activate

3️⃣ Install all dependencies

pip install -r requirements.txt

4️⃣ Run the FastAPI server

uvicorn src.main:app --reload

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages