Green Map is a web application, that will help people understand their contribution towards environment and will make everyone aware of their Carbon Offset.
🏅 Jury Award Winner at Spârkåthon by NMIMS Navi Mumbai! 🥳
- 🚗 Calculate your Carbon Footprint while travelling from one place to another.
- 🌳 Remove Carbon Offset by donating for Tree Plantation.
- 🍀 Go Carbon Neutral and contribute for a sustainable future.
- 🚲 Choose the right mode of Travel and Get a detailed rout.
- 🚧 Back-End: Django, Sqlite3 Database
- 💻 Front-End: Bootstrap, Html5, Css3, JavaScript, jquery
- ⚙️ Mapbox Api, Airquality Api
- Python 3
- pip 3
git clone https://github.com/Tuntai/Green_Map_WebApp.git
cd Green_Map_WebApp
You can also download the folder and extract all the files in your local system.
Open your IDE install the requirements.
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver