Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

jasp-escience/jasp-registry

Repository files navigation

jasp-registry

This repository contains the JASP registry server, which serves JASP modules that are available for download. The registry is used by the JASP application to display a list of available modules and to download them.

Setup

Create a .env file with the following content:

GITHUB_CLIENT_SECRET=*************
GITHUB_CLIENT_ID=**************
GITHUB_CALLBACK_URL=**************
JWT_SECRET=**************
JWT_EXPIRATION=****
JWT_ISSUER=*************
COOKIE_SECRET=*************
COOKIE_EXPIRATION=****

Build

Backend

make build
make install

Frontend

make frontend

Run

Using Docker

Pre-requisites:

Use the following command:

make run-docker

Without Docker

Pre-requisites:

Use the following command:

make build
make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •