Smart city
Smart city is a web application that helps to
coordinate and control work of different organizations
(Public transportation, road service, energetic, education etc)
within a city. The system represents a dashboard where supervisor
can view all organizations, create and assign tasks to organizations
and see a progress of these tasks.
To start application with different profile properties use VM options in IntelliJ run configuration:
-Dspring.profiles.active=<profile_name>
profile_name value should be: dev
or test
or prod
.