App for managing public transport system
To run this application you need Docker installed on your computer.
- If you are running this app for the first time, navigate to
./api
folder and run command:
mvn clean install -DskipTests
or execute it via your favourite IDE, ex. InteliJ IDEA
- Go back to the main directory and type in console:
docker compose up
-
Open your web browser and navigate to http://localhost:80/
-
Log in with sample manager credentials:
email:manager@example.com
password:passwd
You can change default data and user settings ininit.sql
file