git clone https://github.com/sahajrajmalla/co2-calculator-api.git
Open your terminal and apply these commands.
cd co2-calculator-api
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements-dev.txt
uvicron main:app --reload
This will initialize and run your FastAPI application in localhost on port 8000.