Skip to content

dhzdhd/etd-backend

Repository files navigation

ETD Backend

Setup (hosting)

  • Download docker-compose-host.yaml
  • Create a .env file and populate as per .env-example
  • Run docker compose -f docker-compose-host.yaml up -d
  • Access the api on http://localhost:3000

Setup (dev)