ADDRESS TO LOCATION COORDINATES
python -V
Python 3.8
FLASK REST PLUS
sudo apt-get install python3-pip
Create virtualenv (Python3.8)
python3.8 -m venv env-name
Activate virtualenv using
source env-name/bin/activate
git clone https://github.com/b4isty/address_to_lat_lang_api
pip install -r requirements.txt
Setup environment variable
- create .env file and keep your Google Map API Key
- check .env_sample file to follow the variable name and format
To run this project use this command
To run this project using docker
docker-compose up --build
http://localhost:<port>/v1/getAddressDetails
http://localhost:<port>/docs