Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
/ covidia Public archive

School project as part of the BAC + 3 CSIA IT Project Manager in work-study program.

Notifications You must be signed in to change notification settings

leodelmas/covidia

Repository files navigation

Covidia

🛠 Pré-requis

  • PHP
  • MySql
  • Composer
  • npm

📦 Installation

⬇️ Récupération du projet

git clone https://github.com/leodelmas/covidia.git
cd covidia

⚙️ Back-end

composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
php -S 127.0.0.1:8000 -t public

🎨 Front-end

npm i
npm run dev-server

👮‍♂️ Règles commit

Afin que votre commit soit lisible et compréhensible, merci de préfixer votre titre du type de modification :

  • [+] : J'ai ajouté des nouveaux éléments
  • [*] : J'ai modifié des éléments
  • [-] : J'ai supprimé des éléments

About

School project as part of the BAC + 3 CSIA IT Project Manager in work-study program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published