Start developing locally in 5 minutes
Alternative databases
Setup with existing Postgres
.env
file with your existing database URL.Populate test users for User Management table
DISCORD_CLIENT_ID
in .env
.DISCORD_CLIENT_SECRET
in .env
. Be careful as you won’t be able to see this secret again, and resetting it will cause the existing one to expire.<app url>/api/auth/callback/discord
(example for local development: http://localhost:3000/api/auth/callback/discord
)http://localhost:3000
) and click on the Discord button to sign in with your Discord account.
USER
role. You can change the role in the database by updating the role
field in the User
table.You need to change your user role to SUPER_ADMIN
to get access to all features