Skip to content

Google Places in praxis, save address without redundancy.

Notifications You must be signed in to change notification settings

lactarius/addressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

addressor

Search address on map / Get address from map by pointing using Google Geocoding API. The address can be with one click saved to the database with anti-redundant principle.

Installation

Nette directories & bash scripts:
chmod a+w src/temp src/log tests/tmp
chmod +x bin/*

PHP packages:

composer install

Node.js packages:

npm install

Bower packages:

bower install

Database:

cp src/app/config/config.local.sample.neon src/app/config/config.local.neon
Edit username, password and database name in config.local.neon.
Then create empty database.
Create tables:
./bin/r.sh orm:schema-tool:create
Import countries into database - from the res/countries.sql file.

That's all!

About

Google Places in praxis, save address without redundancy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published