/Nikki-Agenda

School Symfony project: Meeting scheduling tool through Google Calendar. Find the perfect slot for your team.

Primary LanguageJavaScriptMIT LicenseMIT

Projet Symfony E16 - HETIC H3 P2019

Installation

  1. Do a composer install in your terminal to install dependencies. Fill in the database informations correctly.
  2. Do a php bin/symfony_requirements to verify your environment; if all is green, it's a good sign.
  3. Do a php bin/console doctrine:database:create to create the database.
  4. Do a php bin/console doctrine:schema:update --force to fill database.
  5. Do php bin/console server:run to start server 🙌

Commit conventions

https://gitmoji.carloscuesta.me

Gulp dev

  1. Run npm install
  2. Run gulp sass:watch