8000 GitHub - timothee-durand/le-bon-mur: A symfony course project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timothee-durand/le-bon-mur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Le bon mur

For testing purpose, a first admin is automatically created, here is his credentials :

  • firstName = admin
  • password = password

Installation

Launch docker :

docker-compose build
docker-compose up -d

Go in container bash :

docker exec -it php8-sf6 bash

And run migrations :

symfony console doctrine:migrations:migrate
symfony console doctrine:fixtures:load

Install all

cd app
composer install
yarn

Build the style :

cd app
yarn run build

Development

Run docker containers and launch webpack dev server:

docker-compose up -d

Go in container bash :

docker exec -it php8-sf6 bash

And start symfony server :

symfony server:start -d

Run the style watcher :

cd app
yarn run watch

The server run finally at localhost:9000

About

A symfony course project

Resources

Stars

Watchers

Forks

Languages

  • PHP 75.5%
  • Twig 15.8%
  • JavaScript 4.5%
  • CSS 1.8%
  • Shell 1.6%
  • Dockerfile 0.8%
0