This is a simple example of how to use Google Earth Engine with Django.
Clone the repository
git clone https://github.com/Thuhaa/finn.git
Install the requirements
pip install -r requirements.txt
cd into the project directory
cd finnRun the server
python manage.py runserver
Open the browser and go to http://localhost:8000
The Map exists at the url http://localhost:8000/map
Happy coding!