The application is written in reactive framework Vue.
-
Set your environment variables by creating your own
.env
file in root similar to.env.example
. -
Build and run docker containers
Run following command in base directory of this project:
docker-compose up --build -d
-
Run
docker-compose up
in base directory of this project. -
Visit the webpage in browser (by default the URL is http://localhost:8080)
-
To stop the server, use
docker-compose down