Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 783 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 783 Bytes

Test assignment

How to start and update project

All make commands require docker and docker-compose

First run

Before the first launch of the application, you need to execute command:

make install

For run project

make run

Frontend url: http://localhost:8080

Test user email: [email protected], password: password

For update dependencies & rebuild frontend & migrations

make update

For run tests

make test

Notes

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