You need this softwares and libraries instaled in your machine to run this application:
- Git
- Docker Toolbox (Windows only)
- Node.js + npm
On Windows, you need to properly install the docker machine and run the command from the root project:
$ bash build.sh
After that, set up the configuration for src/.env
file. Check the laravel Docs for details and be sure you insert your APP_GOOGLE_API_KEY
.
Now run the command:
$ docker-compose exec app php artisan migrate
Once the docker images are mounted, you can access the project using the docker-compose up -d
command.
Run the following command:
$ cd src && cp .env.example .env && composer install && npm install
After that, set up the configuration for src/.env
file. Check the laravel Docs for details and be sure you insert your APP_GOOGLE_API_KEY
.
Now run the command:
$ php artisan migrate
List of documentations and tutorials used to create this application: