Skip to content

Clyff/desafio-react-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desafio React Laravel

Requisites

You need this softwares and libraries instaled in your machine to run this application:

Instalation

Windows

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.

Linux

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

Docs

List of documentations and tutorials used to create this application:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •