Google Maps v3 based web aplication that provides pet friendly locations.
You can run application with docker:
- cp .env.example .env
- docker-compose up
You can also run it without docker:
- npm install
- GOOGLE_API_CLIENT_KEY=<client-key> GOOGLE_API_SERVER_KEY=<server-key> npm run supervisor