Skip to content

DANS-KNAW/fair-aware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This repository contains the source code for the FAIR-Aware application, designed to support the principles of Findability, Accessibility, Interoperability, and Reusability (FAIR) in data management and research practices.

The repository is structured into two main directories:

  • Backend: Implemented with NestJS, the backend handles core logic, API endpoints, and data processing.
  • Frontend: Built with Next.js, the frontend provides the user interface for various roles, including learners, instructors, and administrators.

Setup

Define the .env for simplicity you can use .env.example:

cp .env.example .env

Start the docker-compose.yml file:

docker compose up
# for detached
docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages