All make
commands require docker and docker-compose
Before the first launch of the application, you need to execute command:
make install
make run
Frontend url: http://localhost:8080
Test user email: [email protected]
, password: password
make update
make test
The 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