Skip to content

MaxEpam2015/laravel-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countries 🇪🇸🇺🇦

git clone  https://github.com/MaxEpam2015/laravel-countries.git

Tested building project with:

  • OS - mac m2
  • Docker Engine v27.5.1
  • installed php >=8.2
  • npm 10.9.2

1. Building project command:

make i

2. Provide your credentials AUTH0 into .env:

AUTH0_DOMAIN=
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=

Countries URL:

http://localhost:8080/countries

Manually building project:

make up

Composer installation:

composer i 

Copy .env.example variables to .env:

docker exec -it app_php-fpm bash 
cp -v .env.example .env

Start node server:

npm run dev

Other available commands:

Possible commands are:
  - make up            : docker compose up -d
  - make down          : docker compose down
  - make docker-build  : docker compose up --build -d
  - make script        : cp -v .env.example .env
                         /usr/local/bin/composer i
                         php artisan key:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published