[DEV] add basic data_set

This commit is contained in:
Edouard DUPIN 2019-12-17 22:18:07 +01:00
parent 06cb2736e4
commit 3091a2f2b8
5 changed files with 51 additions and 2 deletions

1
data_base/bdd_group.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
[]

43
data_base/bdd_type.json Normal file
View File

@ -0,0 +1,43 @@
[
{
"id": 0,
"name": "Documentary",
"description": "Documentary (annimals, space, earth...)"
},{
"id": 1,
"name": "Movie",
"description": "Movie with real humans (film)"
},{
"id": 2,
"name": "Annimation",
"description": "Annimation movies (film)"
},{
"id": 3,
"name": "Short Films",
"description": "Small movies (less 2 minutes)"
},{
"id": 4,
"name": "tv show",
"description": "Tv show form old peoples"
}, {
"id": 5,
"name": "Anniation tv show",
"description": "Tv show form young peoples"
}, {
"id": 6,
"name": "Theater",
"description": "recorder theater pices"
}, {
"id": 7,
"name": "One man show",
"description": "Recorded stand up"
}, {
"id": 8,
"name": "Concert",
"description": "Recorded concert"
}, {
"id": 9,
"name": "Opera",
"description": "Recorded Opera"
}
]

1
data_base/bdd_video.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -40,10 +40,13 @@ docker-compose up -d --force-recreate --build
Run the application (debug)
===========================
before the first run:
```
cp -r data_base data
```
```
cd src
./app_video.py
./src/app_video.py
```
or