Getting Started
Setup with Docker Compose (main setup)
-
Navigate to
core/apps/api
-
Set up environment variables:
-
Open
.env.dev
-
For
AUTH_DISCORD_CLIENT_ID
andAUTH_DISCORD_CLIENT_SECRET
, go to the Discord developer portal and create an account. Create a new application and go to the OAuth2 tab in the left sidebar. Copy the Client ID and the Client Secret into their respective environment variables. -
Fill out any other required keys and tokens, if empty.
-
-
Continue with the main setup instructions
Setup without Docker Compose
- Make sure you have Go installed on your system.
-
Initialize the Go project
-
Run the program with