2024-12-03 19:59:00 +00:00
2024-12-03 19:59:00 +00:00
2024-10-25 10:37:27 +02:00
2024-11-27 14:55:35 +01:00
2024-12-02 16:11:32 +01:00
2024-11-25 21:27:16 +01:00

Briques

On aime les briques

Sujet

Generating data

cd PostgreSQL/
make generate_data

Dev

To run postgresql server + adminer in dev environnement (assuming you're running the backend manually with node), run :

cd free-briques/
make
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
No description provided
Readme 1.3 MiB
Languages
TypeScript 34.4%
PLpgSQL 21.3%
Python 18.2%
EJS 15%
JavaScript 8.2%
Other 2.9%