Are you late at HETIC ? Obviously yes.
 
 
 
 
 
 
Go to file
root 86e9621884 Entities 2018-05-31 19:18:38 +02:00
bin Initial commit 2018-05-07 10:09:07 +02:00
client Output path 2018-05-20 16:59:26 +02:00
config Api config 2018-05-31 19:18:25 +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 Entities 2018-05-31 19:18:38 +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 Client port and node modules location 2018-05-18 11:16:36 +02:00
README.md Plan image 2018-05-20 22:31:05 +02:00
composer.json Composer update 2018-05-31 19:18:14 +02:00
composer.lock Composer update 2018-05-31 19:18:14 +02:00
makefile Client port and node modules location 2018-05-18 11:16:36 +02:00
symfony.lock Composer req profiler 2018-05-29 00:13:53 +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