Core

Our backend framework is built on top of the NestJS framework, if you are not familiar with NestJs we recommend you read their documentation first.

Installation

If you are looking to install the framework for local development, visit our install instructions here.

Alternatively you can install this module individually into your project from NPM:

pnpm install @juicyllama/core

Config .env variables

You should setup your .env values to fit your enviroment. You can see the most basic .env setup example in the framework repo's root .env.development

You will build on this file during your development of the applicaiton and each module may have additional .env values which will be documented as you progress.

Todo: document this env value that prevents the system from sending emails when new accounts are createdBEACON_DISABLE_ACCOUNT_CREATION

Docs v.0.14.0 Copyright © 2024