Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.25 KB

Dashboarding TU/e datasets on 4TU.ResearchData

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

A dashboard for TU/e datasets on 4TU.ResearchData.

How to run

The project uses RedwoodJS

Prerequisites

Start by installing dependencies:

yarn install

Create a .env file and set the DATABASE_URL to your Postgres instance.

DATABASE_URL=URL_TO_YOUR_POSTGRES

Seed the database:

yarn rw exec seed

Note: the seeding script can also be used to manually update the app's database with the data at 4TU.ResearchData.

Start the development server:

yarn redwood dev

Your browser should automatically open to http://localhost:8910 where you'll see the Welcome Page, which links out to many great resources.