[DEV] add basic data_set
This commit is contained in:
parent
06cb2736e4
commit
3091a2f2b8
1
data_base/bdd_group.json
Normal file
1
data_base/bdd_group.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
data_base/bdd_saison.json
Normal file
1
data_base/bdd_saison.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
43
data_base/bdd_type.json
Normal file
43
data_base/bdd_type.json
Normal 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
1
data_base/bdd_video.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
@ -40,10 +40,13 @@ docker-compose up -d --force-recreate --build
|
|||||||
|
|
||||||
Run the application (debug)
|
Run the application (debug)
|
||||||
===========================
|
===========================
|
||||||
|
before the first run:
|
||||||
|
```
|
||||||
|
cp -r data_base data
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
cd src
|
./src/app_video.py
|
||||||
./app_video.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user