This repo is temporary available for recruiting purposes. The original repo is still in development and it's private.
SPA application
Technology | Version |
---|---|
PHP | >=5.5.9 |
Node | 10.5.0 |
React | 16.4.1 |
composer install
npm install
npm start
Local server will run at localhost:5000
PHP local server for api will run at localhost:8000
composer install
npm install
npm run prod
- Indentation: 2 spaces
- SCSS uses BEM
Name | Type | Description |
---|---|---|
id | Number | |
name | String | |
location | String | Coordinates |
Name | Type | Description |
---|---|---|
id | Number | |
cinema_id | Number (FK) | |
movie_id | Number (FK) | |
time | String | Showing time |
url | String | Buy ticket link |
data | String | Serialized JSON |
Name | Type | Description |
---|---|---|
id | Number | |
title | String | |
genre | String | Eg. komedia, horror |
description | String | |
photo | String | Link from bot |
Name | Type | Description |
---|---|---|
id | Number | |
String | ||
password | String |
Name | Type | Description |
---|---|---|
id | Number | |
movie_id | Number (FK) | |
user_id | Number (FK) |