All make commands require docker and docker-compose
Before the first launch of the application, you need to execute command:
make installmake runFrontend url: http://localhost:8080
Test user email: test@example.com, password: password
make updatemake testThe frontend part has been simplified, the code is very simple, because the test of knowledge backend.
The backend implementation is overly complex
For convenience, I created two commits, the first contains the laravel skeleton app(init laravel), the second code implementation