A website with a map of current news from Poland
Done according to: https://docs.cs50.net/problems/mashup/mashup.html
- Run
sudo apt install python-pip
- In the root folder run
pip install -r requirements.txt
- Go to https://developers.google.com/maps/documentation/javascript/get-api-key and in an
.env
file provide a Google Maps Javascript API Key via: export API_KEY=value - Or paste those variables to your terminal
- Run
flask run
and app is now present onhttp://localhost:5000