Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

viaacode/hetarchief-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

This repository contains the NodeJS backend proxy for Het Archief.

It is build with:

  • node:v20.x.x ( ~lts/20.4)
  • npm:v9.x.x
  • Nest:v9.5.0

For a complete list of packages and version check out thepackage.json file.

Setup

Clone and install dependencies

To setup this project, clone the repo and runnpm i to install the dependencies.

This will also setuphusky via thenpm run prepare script,this lifecycle script will run automatically after the install.

Docker

This project runs with Docker for local development and production images.

To start working, simply rundocker-compose up, the project will be available on port3100.

NPM

The available commands for development are:

commandruns
devRun the development server
startRun the server in production mode.

The available commands for building the project are:

commandruns
buildBuild a production ready app to the/dist folder.

The available commands for testing the project are:

commandruns
testRun all the unit tests.
test:watchRun all the unit tests in watch mode.
test:covRun all the unit tests with coverage collected.
test:e2eRun all the integration tests.

Other available commands are:

commandruns
formatFormat all files with prettier.
lintLint all files with ESLint.
lint:fixLint all files and automatically fix most of the problems.

Environment variables

This project uses environment variables. For local development, these can be found in the.env/folder in the root of the project.
There you can find a.env.template file which contains all the environment variables used in thisproject.
Create your own.env.local file here with the correct values to get started. Check 1password (hetarchief - proxy - .env (TST, QAS))to find the end var values for local development or contacta developer of the project (see package.json for a list of contributors).

They are provided through theenv_file property in thedocker-compose.yml file.

There are a few debug env vars that can be useful:

  • Log queries and responses from the elasticsearch instance:

    ELASTICSEARCH_LOG_QUERIES=true
  • Log queries and responses from the graphql instance:

    GRAPHQL_LOG_QUERIES=true
  • Ignore object licenses in the database:

    IGNORE_OBJECT_LICENSES=true
  • Enable sending email and redirect CP emails to a different email address:

    ENABLE_SEND_EMAIL=trueREROUTE_EMAILS_TO=bert.verhelst@studiohyperdrive.be
  • Change the elasticsearch endpoint to debug with more search results on QAS or PRD:

    ELASTICSEARCH_URL=http://es-prd-hetarchief.private.cloud.meemoo.beELASTICSEARCH_URL=http://es-qas-hetarchief.private.cloud.meemoo.beELASTICSEARCH_URL=http://es-int-hetarchief.private.cloud.meemoo.be

External services

Hasura

Installation

To run Hasura (Database / GraphQl) locally, follow the instructions as described inhttps://github.com/viaacode/hetarchief-hasura

Usage

Simply rundocker-compose up to start all necessary services. The hasura console will be available onhttp://localhost:9000Frequently pull this repo and update hasura to stay in sync.

Metadata, Migrations and Seeds

In thehetarchief-hasura folder, run the following commands (requires the hasura-cli):

hasura metadata applyhasura migrate applyhasura metadata reloadhasura seed apply //Select database 'hetarchief'. If all went fine, you'll see the message `INFO Seeds planted` as confirmation.
Update on server
hasura seed apply --endpoint https://hasura-graphql-tst-hetarchief.private.cloud.meemoo.be --admin-secret <secret>

secrets for databases can be found in the environment variables and secrets in openshift:

Deploy

Follow Slite doc:https://studiohyperdrive.slite.com/app/docs/L0Alk6HWq5w7il

Team

This project has been created by:

Has been worked on by:

It is currently maintained by:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp