feat[SQL]: edit the README to explain the generating process.
This commit is contained in:
parent
f6a2aa8320
commit
c4b4c0f8a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
dev-db/
|
dev-db/
|
||||||
database/
|
database/
|
||||||
**/.env
|
**/.env
|
||||||
|
PostgreSQL/build/*
|
||||||
|
@ -7,6 +7,14 @@ On aime les briques
|
|||||||
* [Projet: Travail et modalités de rendu Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=48191)
|
* [Projet: Travail et modalités de rendu Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=48191)
|
||||||
* [Sujet : Briques Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=132493)
|
* [Sujet : Briques Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=132493)
|
||||||
|
|
||||||
|
## Generating data
|
||||||
|
|
||||||
|
To use the script `generate_data.py`, do :
|
||||||
|
|
||||||
|
1) `cd PostgreSQL/`
|
||||||
|
2) `rm -fr build/*` (don't remove the directory, just the files in it.)
|
||||||
|
3) `python generate_data.py`
|
||||||
|
|
||||||
## Dev
|
## Dev
|
||||||
|
|
||||||
To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :
|
To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user