Skip to content

MaastrichtU-BISS/FAIRmodels-validator

Repository files navigation

FAIRmodels-validator Dashboard

FAIRmodels-validator Dashboard is a web application that allows users to validate their FAIRmodels.

Architecture techstack

Database schema database

Quick Start

  1. Copy .env.example to .env and fill in the required variables

Runnin with Docker

It will run the database, migrations and frontend services.

docker compose up

Feeding the database for devepment

# 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 utils

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.

Production Considerations

The application requires HTTPS in production for authentication to work properly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •