How to project with docker:
- Install WSL and Docker Desktop (windows) or docker (linux)
- install Intelij
- Configure Docker run in intelij: Nessesary envs are provided on our Discord
- If you want to have access to local database (it is created by docker automatically) configure data soruce in Intelij password is as in envs on our Discord
Now you should be able to just click run and everything should work fine. REMEMBER: our backend is now on 5000 not 8080!
Issues I found:
- I don't know yet how to debug docker image
- I think database doesn't persist data, or rather what cloesed/killed it just losese it (though theoretically it should not happen)