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.
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=****
make build
make installmake frontendPre-requisites:
Use the following command:
make run-dockerPre-requisites:
Use the following command:
make build
make run