-
Clone the project
git clone https://github.com/SimonOkello/socialmedia-fast-api.git
-
Cd into the project
cd socialmedia-fast-api
-
Create virtual environment
python3 -m venv venv
-
Activate virtual environment
source venv/bin/activate
-
Install project dependencies
pip install -r requirements/dev.txt
-
Run the project
uvicorn src.main:app --reload