Course work on the subject "Templates of Java language software platforms" on the topic "Paintball club"
Includes frontend (main page and admin panel) and backend (server that processes recording requests and reviews)
P.s: I liked inserting icons
-
Install docker and docker-compose
-
Clone the project to your computer (
git clone) -
Init
.envfile in the project root (read below) -
Run
docker-compose buildin the root dir to get the image with the server -
Run
docker-compose upin the root dir to start the server (to prevent control of the terminal, usedocker-compose up -d). -
Be happy, everything should work 😄
To run Docker Compose you will need a .env file in the directory with docker-compose.yml. The repository contains file .env.example, you can copy it, rename it and add/edit variables.
To log in to the admin panel, use login superboss and password superboss.
| Name | Role |
|---|---|
| Igor Zholobov | Full-Stack developer |