Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
https://github.com/sahajrajmalla/co2-calculator-api

apis carbon-emissions carbon-footprint fastapi makefile numpy pandas precommit sqlalchemy sqlite3 uvicorn

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# co2-calculator-api

## Project Initialization

### Clone the project

```bash
git clone https://github.com/sahajrajmalla/co2-calculator-api.git
```
### FastAPI
Open your terminal and apply these commands.
```bash
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.