Last Wishes is a PHP application written following Domain-Driven Design approach. It's one of the sample applications where you can check the concepts explained in the "Domain-Driven Design in PHP" book.
Hey,
I couldn't run the application without installing additional dependencies on my host machine (npm for example), so I've created MR with solves the problem with docker.
After running docker-compose up -d, the application will stand up and install all necessary stuff.
The application will be available under host machine localhost:4010.
Also I wasn't able to create user, neither wish, because the application contains a lot of bugs.
I've fixed the ones with creating user and wish.
Hey,
I couldn't run the application
without installing additional dependencies
on my host machine (npm for example), so I've created MR withsolves the problem with docker
.After running
docker-compose up -d
, the application will stand up and install all necessary stuff.The application will be available under host machine
localhost:4010
.Also I wasn't able to
create user
,neither wish
, because the application contains a lot of bugs. I've fixed the ones with creating user and wish.