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.
Nette directories & bash scripts:
chmod a+w src/temp src/log tests/tmp
chmod +x bin/*
composer install
npm install
bower install
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.