Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 325 Bytes

OneSocial

Social media platform built using Python and FastAPI

Steps to run local server:

  1. navigate to main.py folder and run the below command
    uvicorn main:app --reload

Steps to initialize the virtual environment

  1. navigate to the parent folder and run the below command <venv_name>\Scripts\activate.bat