This project uses PostgreSQL and Adminer
The Postgres database is started from the docker-compose.yml in the project root.
To only start the Postgres database and Adminer the below commands can be used:
docker-compose up --build postgres-dbdocker-compose downRemove pgdata to reset the database:
rm -rf backend/postgres_db/pgdata