Briques
On aime les briques
Sujet
Generating data
To use the script generate_data.py
, do :
cd PostgreSQL/
rm -fr build/*
(don't remove the directory, just the files in it.)python generate_data.py
Dev
To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :
cp back-end/.env.example back-end/.env
docker compose -f docker-compose.dev.yml up
Production
Use the file docker-compose.prod.yml
to start the app in production mode, it can be done using the following command :
docker compose -f docker-compose.dev.yml up
Description
Languages
TypeScript
34.4%
PLpgSQL
21.3%
Python
18.2%
EJS
15%
JavaScript
8.2%
Other
2.9%