This project is a web app that displays news of the selected region on a map. The user can search for regions using City, State and pincode.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python
Flask
Sqlite3
JavaScripst
JSON
Ajax
Jinja2
HTML
CSS
A step by step series of examples that tell you how to get a development env running
It is recommended to use a virtual environment to add these packeges to avoid conflict.
Installing cs50 library
pip install cs50
The above library gives you the necessary frameworks and dependencies.
Installing the database management
pip install Flask-SQLAlchemy
Install astroid
pip install astroid
Google Maps offers an API that allows you to embed Google’s maps into your own web apps.
Head over to https://developers.google.com/maps/documentation/ to get your API key.
- In you terminal execute :
export API_KEY=value
This project is licensed under the MIT License - see the LICENSE.md file for details
- This project is a refined version of the cs50 pset Mashup, completed by the author when he pursued the course via edX