WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

OvidiuGi/CarWashSymfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarWashSymfony Web Application

Installation

  • Download Docker Desktop for Windows or Mac

  • Clone the frontend repository in the 'frontend' folder

  • Make sure the structure is frontend/(node_modules, public, src, package.json, package-lock.json, README.md)

  • And not frontend/CarWashWebApp-Frontend

  • Inside the frontend folder, run npm install

  • Open the repository in your favorite IDE

  • Open a terminal and run the following commands:

    • docker-compose up -d --build
    • docker-compose exec php81-service composer install
    • docker-compose exec php81-service php bin/console doctrine:migrations:migrate
  • After you build the containers, you don't need to build them again. Use the commands below.

  • Commands for starting/closing the docker containers, after build.

    • docker-compose up -d
    • docker-compose down
  • Verify if it works. Open your browser and go to http://localhost:8080/, http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published