Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 770 Bytes

How run application

  1. Build backend app
    git clone https://github.com/gorskimarcin96/sf_travel ../sf_travel && cd ../sf_travel/docker && cp .env.dist .env && docker-compose up -d && docker-compose exec backend ./bin/console doctrine:migration:migrate -n  
  2. Build fronted app
    rm -rf dist/ && rm -rf node_modules/ && docker-compose -f docker/docker-compose.yml down -v && docker-compose -f docker/docker-compose.yml build --no-cache && docker-compose -f docker/docker-compose.yml up -d
  3. Open app from this link.

Note

It is frontend app related to backend app. After launching the backend application, we can test the frontend application.