Skip to content

amltv/report-generator-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published