MaPoo is a Web application made with PHP, MapBox and Google Maps API. It allows people to share places with free toilets among each others. Main purpose of the app was to make traveling easier.
🎯 General info
🎯 Technologies
🎯 Reqirements
🎯 Setup
Database diagram (❕ other formats are available here)
👉 PHP:7.4.3
👉 NGINX:1.17.8
👉 PostgreSQL
👉 JavaScript
👉 HTML
👉 Docker
👉 Heroku pipeline
- Docker installed locally
- own Postgresql database (you can get one for free on Heroku )
- own Google Maps API service
- Credentials for both services needs to be applied to config.php file.
If requirements are met, you can run this project using docker compose. Download the repo and run following command:
'docker compose up'