Skip to content

Repository files navigation

TeamFlow - FastAPI Setup

Installation & Setup

1. Open Terminal

Navigate to your project directory.

2. Create a Virtual Environment

python -m venv venv

3. Activate Virtual Environment

.\venv\Scripts\activate

For Mac: source venv/bin/activate

4. InstallDependencies

pip install -r requirements.txt

NOTE: in db.py change

URL_DATABASE = "postgresql://postgres:{YOUR_POSTGRES_PASSWORD}@localhost:5432/teamflow"

Installation Steps

1) Open Terminal

2) python -m venv venv

3) .\venv\Scripts\activate (For Windows)

4) pip install -r requirements.txt

in db.py change URL_DATABASE = "postgresql://postgres:{YOUR_POSTGRES_PASSWORD}@localhost:5432/teamflow"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages