Center-Tile is a project designed to display and calculate the center of a city based on a specific set of conditions. Currently, only a condition based on pavement material is supported.
- Browsing the map and beeing able to draw on it
- Sending data suggestions to fill the data
- Data validation
- Docker support
- Admin site
- Attaching media
- The result heat map when data is enough
- Clone the repo
git clone https://github.com/chapych/center-tile/tree/main - Set your database password
dotnet user-secrets set "DataSuggestionsDbPassword" "YOUR_PASSWORD" - add YOUR_PASSWORD to .\Services\DataSuggesting\DataSuggesting.API\DataSuggesting.env
- Run Docker Dekstop
- Run docker compose command
docker-compose up