Are you late at HETIC ? Obviously yes.
 
 
 
 
 
 
Go to file
root c512867bdb Ignore logs 2018-06-05 17:07:26 +02:00
bin Initial commit 2018-05-07 10:09:07 +02:00
client Config and API port 2018-06-04 10:11:01 +02:00
config Data fixtures 2018-06-04 18:25:58 +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 Question entity 2018-06-04 18:27:20 +02:00
templates Config 2018-05-07 11:01:23 +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 Plan image 2018-05-20 22:31:05 +02:00
composer.json Data fixtures 2018-06-04 18:25:58 +02:00
composer.lock Data fixtures 2018-06-04 18:25:58 +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 Config and API port 2018-06-04 10:11:01 +02:00
symfony.lock Data fixtures 2018-06-04 18:25:58 +02:00

README.md

Am I late ?

Web application made with Symfony 4 and React using Docker.

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

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