Home test assigment
This is a simple console application just for the task, the project barely cover deep topics like persistence, security and other important topics.
The initial idea was built something more clear possible by using DDD approach and clean architecture.
Php: version: 8.1 Database: InMemory
1- Clone the project git clone https://github.com/josemojena/vm_test.git
.
2- Build the docker image by running docker build -t vm .
inside of the project directory.
3- Run the container by running docker run -it vm
or the name you used before.
Image below show the main screen: