Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 231 Bytes

go-wordle

Words come from wordnik

Running locally

  1. Create .env file with
POSTGRES_PASSWORD=
POSTGRES_USER=
USE_LOCALHOST=true
PORT=8080
  1. Run with docker compose up