You can use this template to create many repositories and have the default microservices at your disposal when developing your webapp.
Follow these steps to make it work for your project
- Press the green button that says
Use this template
- Choose
Create a new repository
- Now give your repo a correct name, i.e. myfirstproject
- Clone the project to your development machine
- Change the
.env
-file to match your project database name:
- Launch your services/contaienrs by opening a
terminal
within the folder of your project - Write:
docker compose up
To access your webapp go to http://localhost
To access your mysql database UI called PhpMyAdmin, go to http://localhost:8000
To access your mail UI called Mailhog, go to http://localhost:8025