Skip to content

Dashboarding the TU/e datasets data at 4TU.ResearchData (using RedwoodJS)

License

Notifications You must be signed in to change notification settings

nsunami/tue-rdm-dashboard-rw

Repository files navigation

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.

About

Dashboarding the TU/e datasets data at 4TU.ResearchData (using RedwoodJS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published