FAIRmodels-validator Dashboard is a web application that allows users to validate their FAIRmodels.
- Copy
.env.example
to.env
and fill in the required variables
It will run the database, migrations and frontend services.
docker compose up
# Start everything (including the seed service):
docker compose --profile seed up
# or just run the seed container on demand:
docker compose --profile seed run seed
docker compose down -v # Remove all volumes, carefull all data will be lost.
docker compose logs -f
Running locally without docker and external database url (or i.e. local postgres running on port 5432)
bun install
bun dev
Visit http://localhost:5173 to open the application.
The application requires HTTPS in production for authentication to work properly.