Backend for forums v3 using Polka and TypeScript.
Create a new config.json
containing a URL to MongoDB database.
{
"mongoUrl": "<url here>",
"discordWebhookId": "<first id in Discord webhook URL>",
"discordWebhookToken": "<second id in Discord webhook URL>"
}