dgf-prototype/backend
Ladd Hoffman 0843a3279d
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details
frontend: refactor to consolidate main tabs as a component
2024-04-28 20:27:25 -05:00
..
contractArtifacts frontend: refactor to consolidate main tabs as a component 2024-04-28 20:27:25 -05:00
scripts separate login script 2024-04-24 14:04:29 -05:00
src rename contentId to postId 2024-04-28 18:06:26 -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 update readme for backend 2024-04-27 13:40:11 -05:00
contract-addresses.json frontend: refactor to consolidate main tabs as a component 2024-04-28 20:27:25 -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

  1. Prepare the environment variables

     cp .env.example .env
    
  2. Install packages so that we can run the login script (next command)

     npm install
    
  3. Run the login script

     npm run login
    
  4. Edit .env to include the MATRIX_AUTH_TOKEN output from the previous command

  5. Build and start the docker container

     docker compose up -d --build