dgf-prototype/backend
Ladd Hoffman 435553bf05
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details
register matrix user link to author address
2024-04-26 19:36:02 -05:00
..
contractArtifacts starting to ingetrate as widget 2024-04-24 17:37:19 -05:00
scripts separate login script 2024-04-24 14:04:29 -05:00
src register matrix user link to author address 2024-04-26 19:36:02 -05:00
.env.example separate login script 2024-04-24 14:04:29 -05:00
.eslintrc.cjs Add backend API to house forum content 2024-03-19 22:22:36 -05:00
.gitignore remove vestigal registration.yaml from gitignore 2024-04-23 20:19:45 -05:00
Dockerfile docker setup 2024-04-23 20:13:39 -05:00
README.md successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
contract-addresses.json proposal info reply in thread 2024-04-26 19:08:02 -05:00
docker-compose.yaml docker setup 2024-04-23 20:13:39 -05:00
package-lock.json successfully forwarding blockchain events to matrix 2024-04-23 20:01:49 -05:00
package.json separate login script 2024-04-24 14:04:29 -05:00

README.md

Setup

cp .env.example .env
npm install
npm run registration
docker compose up -d --build