This monorepo includes all the code for the Cardoc project.
To start the project, you will need to have docker installed and running on your machine. While all the parts of the development environment can be installed and launched locally, we highly suggest you use the provided docker-compose file.
- Clone this repo
- Copy the .env.exemple at the root of the project to a separate .env file.
- Run the following
docker compose -f compose-dev.yaml -p cardoc-dev up -d
- Go to the cardoc docker container and run the following commands
php artisan key:generate
php artisan migrate fresh --seed
- Go to this url to access the project
http://localhost/admin