snowballtools-base/packages/backend
2024-10-28 11:37:09 +05:30
..
environments Remove unused config values from toml file 2024-10-28 10:07:42 +05:30
src Update build logs UI 2024-10-28 11:37:09 +05:30
test List deployer LRNs in deployment configuration step (#11) 2024-10-23 15:36:19 +00:00
.eslintignore Backend package with db models (#43) 2024-01-16 13:40:14 +05:30
.eslintrc.json Merge branch 'main' of https://github.com/snowball-tools/snowballtools-base into andrehadianto/design-system-components 2024-02-22 12:45:17 +07:00
.gitignore ignore backend env file and readme 2024-02-26 17:33:44 -05:00
.node-version Switch from cra to vite 2024-04-11 21:48:58 -05:00
.prettierignore Backend package with db models (#43) 2024-01-16 13:40:14 +05:30
.prettierrc.json Backend package with db models (#43) 2024-01-16 13:40:14 +05:30
package.json Upgrade from laconic-sdk to registry-sdk (#1) 2024-10-16 08:43:51 +00:00
README.md Upgrade from laconic-sdk to registry-sdk (#1) 2024-10-16 08:43:51 +00:00
tsconfig.json Backend package with db models (#43) 2024-01-16 13:40:14 +05:30

backend

This backend is a node.js express.js apollo server project in a yarn workspace.

Getting Started

Install dependencies

In the root of the project, run:

yarn

Build backend

yarn build --ignore frontend

Environment variables

Local

Copy the environments/local.toml.example file to environments/local.toml:

cp environments/local.toml.example environments/local.toml

Staging environment variables

In the deployment repository, update staging staging/configmaps/config/prod.toml

Production environment variables

In the deployment repository, update production production/configmaps/config/prod.toml

Run development server

yarn start

Deployment

Clone the deployer repository:

git clone git@git.vdb.to:cerc-io/snowballtools-base-api-deployments.git

Staging

echo trigger >> .gitea/workflows/triggers/staging-deploy
git commit -a -m "Deploy v0.0.8"  # replace with version number
git push

Production

echo trigger >> .gitea/workflows/triggers/production-deploy
git commit -a -m "Deploy v0.0.8" # replace with version number
git push

Deployment status

Dumb for now

Update version number manually in routes/staging.ts