Simple and basic api server wriiten in python3
$ python3 geo_server.py
Runs server locally on http://localhost:8000
and
http://localhost:8000/city_name
gets the reponse json containing city's state, pincode, Latitude and longitude
- create proper database
- improve the data and add more functionalities