numerique-gouv / hyyypertool

Backoffice moderation tool for MonComptePro
https://hyyypertool.moncomptepro.beta.gouv.fr/
GNU General Public License v3.0
2 stars 0 forks source link

Hyyypertool

Backoffice moderation tool for MonComptePro

Install

First, you need bun to be installed: https://bun.sh/

Then install dependencies with: bun install.

Build it: bun run build.

Start the moncomptepro database with: docker compose up -d

Ask a colleague for a database dump, then import it with:

docker compose exec -T postgres-moncomptepro pg_restore --clean --no-owner --dbname postgres --user postgres < moncomptepro-staging-database_20231114103427.sql

Then run the app: bun run dev.

Then go to http://localhost:3000/.