A web application made using Python 3, Django 2, React, Redux, REST API and Semantic UI. Application converts address provided by user to coordinates using Google Geocoding API. Then taking coordinates application displays information about nearby restaurants using Zomato API.
- displaying details about nearby restaurants
- displaying maps using Google API
- Python 3
- Django 2.0
- React
- Redux
- REST API
- Semantic UI
To run this project:
- Rename settings.ini.example to settings.ini and fill required fields.
- Start docker containers with command:
$ docker-compose up
- Application is available on port 3000
http://localhost:3000/