Skip to content

SimonOkello/socialmedia-fast-api

Repository files navigation

socialmedia-fast-api

  • 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

Releases

No releases published

Packages

No packages published