You may need a personal or society's account for
Overview
tabConfigure Add-ons
Heroku Postgres
at the add-on
sectionHobby Dev - Free
Deploy
tabGithub
as the deployment method, and choose the forked repomaster
(or main
) branch or deploy the branch manuallyhttps://your-app-name.herokuapp.com
(remember to replace with your app name) to test the deploymentInitialise Client keys
pageApp registrations
+ New registration
Accounts in any organizational directory (Any Azure AD directory - Multitenant)
for Supported account types
Redirect URI
insert https://your-app-name.herokuapp.com/api/login
(remember to replace with your app name)Register
Application (client) ID
and paste it onto the Client ID
field on the Initialise Client keys
pageCertificates & secrets
on the left panelClient secrets
and click + New client secrets
Never
Add
Value
and paste it onto the Client Secret
field on the Initialise Client keys
pageInitialise
button on the Initialise Client keys
pagepostgresql
, node.js
and yarn
.env
file in root following the variables in .env.example
yarn install
to install all dependenciesyarn newdb
set up the databaseyarn release
to generate sync the database and generate jwt secretyarn dev
to start the serverGenerated using TypeDoc