Skip to content

A Research Data Common (proof of concept) to track data portals, information, and research on cell datasets. Initially hosted on research VM, deployed on Vercel for demo purpose

Notifications You must be signed in to change notification settings

amybok/data-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WEHI Data Commons Project - May 2024

Overview

The WEHI Data Commons Project is a Research Data Common designed to maintain a register of data portals, information, and research focused on cell datasets.

This repository includes:

  • Frontend: Built with React and Vite for a fast and responsive user interface.
  • Backend: Powered by Node.js and Express.js for robust API handling.

Demo

Check out the live demo: WEHI Data Commons.

This webapp was initially deployed on ARDC research cloud's Ubuntu VM using Nginx reverse proxy and pm2 process management.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.
  • Git for cloning the repository.

Running Locally

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Start the frontend:

    cd client
    npm install
    npm run dev
  3. Start the backend in another terminal:

    cd server
    npm install
    npm run dev
  4. Visit http://localhost:3000 in your browser to access the app.

Documentation & Support

For detailed setup instructions, API documentation, and troubleshooting, please refer to the Wiki

About

A Research Data Common (proof of concept) to track data portals, information, and research on cell datasets. Initially hosted on research VM, deployed on Vercel for demo purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published