Are you late at HETIC ? Obviously yes.
 
 
 
 
 
 
Go to file
Rémi Doreau e10c5380f7
Merge pull request #16 from SundownDEV/devFront
Update first element array in ComponentWillMount
2018-06-05 20:06:56 +02:00
bin Initial commit 2018-05-07 10:09:07 +02:00
client Update first element array 2018-06-05 18:49:36 +02:00
config Question & response controllers 2018-06-05 17:09:52 +02:00
docker Docker files 2018-06-05 17:07:03 +02:00
docs Plan image 2018-05-20 22:31:05 +02:00
public Initial commit 2018-05-07 10:09:07 +02:00
src Form question 2018-06-05 18:40:50 +02:00
templates Templates 2018-06-05 18:39:58 +02:00
translations Config 2018-05-07 11:01:23 +02:00
.env.dist Config 2018-05-07 11:01:23 +02:00
.gitignore Ignore logs 2018-06-05 17:07:26 +02:00
.travis.yml Docker files 2018-06-05 17:07:03 +02:00
README.md Readme 2018-06-05 18:11:06 +02:00
composer.json Require form 2018-06-05 17:08:16 +02:00
composer.lock Require form 2018-06-05 17:08:16 +02:00
docker-compose.travis.yml Docker files 2018-06-05 17:07:03 +02:00
docker-compose.yml Docker files 2018-06-05 17:07:03 +02:00
makefile Front integration 2018-06-05 18:14:10 +02:00
symfony.lock Require form 2018-06-05 17:08:16 +02:00

README.md

Am I late ?

Web application made with Symfony 4 and React using Docker.

The api server listen to port 8000 and the front app to port 3000.

The story

Rise and shine, 9 AM and your hand can't make it to the alarm clock before the voices in your head start telling you that its too early, too dark and too cold to get out of bed. The voice you have chosen to listen to is one of defiance. The voice that says there was a reason you set that alarm in the first place. So sit up, put your feet on the floor and don't look back because we've got work to do. You are Ariel, a teacher at HETIC. You had a class at 9 AM but you're late. So late. You have to get into the class without meeting any of the administration members. You finally get out of the bed, it's half past 9.

You have to get into the class before 10 AM. Welcome to the grind.

Installation

$ git clone https://github.com/SundownDEV/Am-I-late
$ cd Am-I-late/
$ composer install && npm install

Usage

Start the API

make api-start

Start the front app (client)

make front-run

Build assets

make front-build

Load test data fixtures

php bin/console doctrine:fixture:load