/Eco-Map

One click for a green and carbon neutral future

Primary LanguageHTML

Eco-Map

One click for a green and carbon neutral future

Features ✨

  • 🚗 Calculate your Carbon Footprint while travelling from one place to another.
  • 🌳 Remove Carbon Offset by donating for Tree Plantation using Portis crypto currency wallet.
  • 🍀 Go Carbon Neutral and contribute for a sustainable future.
  • 🚲 Choose the right mode of Travel and Get a detailed rout.

Technologies Used 🛠️

  • 🚧 Back-End: Django, Sqlite3 Database
  • 💻 Front-End: Bootstrap, Html5, Css3, JavaScript, jquery
  • ⚙️ Mapbox API, Airquality API, Portis API

To run this web-app in your local systems 💻

1. Pre-requisites:

  1. Python 3
  2. pip 3

2. Clone this Repo :

git clone https://github.com/d-rorschach/Eco-Map.git
cd Eco-Map-main

You can also download the folder and extract all the files in your local system.
Open your IDE install the requirements.

2. Install Requirements :

pip install django
pip install whitenoise
pip install gunicorn

3. Apply migrations :

python manage.py makemigrations
python manage.py migrate

4. Run server:

python manage.py runserver