-
Clone this project:
$ git clone https://github.com/marydn/trivia
-
Move to the project folder:
$ cd trivia
-
Start the project:
$ make build
This will install PHP dependencies and bring up the project Docker containers with Docker Compose.
-
Check everything's up:
$ docker-composer ps
It should show nginx and php services up.
-
Go to
http:://localhost:8000
in your browser
- Bringing up the project using Docker:
$ make
- Bringing down the project:
$ make destroy
- Rebuild Docker images forcing latest versions and ignoring cache:
$ make rebuild
This is a simple project to implement DDD