-
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 --builddocker-compose exec php81-service composer installdocker-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 -ddocker-compose down
-
Verify if it works. Open your browser and go to
http://localhost:8080/,http://localhost:3000
-
Notifications
You must be signed in to change notification settings - Fork 0
OvidiuGi/CarWashSymfony
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published