node
version 18.7.0
. We recommend using
nvm to manage node versions.postgres
version 14
.redis
.env
file in backend directory with the following environment
variables:
ENCRYPTION_KEY
run this python script:
migrations
directory to which
you will need to add queries to run for the migration. Afterwards, you will need
to add the new migration class to the migrations
array in the AppDataSource
constructor options in the backend/src/data-source.ts
file. To run any new
migrations, you can run this command: