Skip to content

A Web Application backend API that enables people to create events, join events, and measure the carbon footprint produced by each participant to get insights about online and onsite carbon emissions.

License

Notifications You must be signed in to change notification settings

sahajrajmalla/co2-calculator-api

Repository files navigation

co2-calculator-api

Project Initialization

Clone the project

git clone https://github.com/sahajrajmalla/co2-calculator-api.git

FastAPI

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.

About

A Web Application backend API that enables people to create events, join events, and measure the carbon footprint produced by each participant to get insights about online and onsite carbon emissions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published