Skip to content
average edited this page Nov 23, 2023 · 1 revision

You notice the site is completely empty. What the hell?

This is because you need to configure some forums, which is done in the Mongo database in the collection forums. Use these forum objects as an example for your own: (or paste it in, up to u)

[
    {
        "name": "loveletters",
        "desc": "A modern twist on classic romance, we are dedicated to sharing heartfelt love letters. Post your own letters, seek inspiration, or simply enjoy the warmth of contemporary love stories."
    },
    {
        "name": "healthyeating",
        "desc": "Healthy eating and nutrition. Share recipes, meal plans, dietary advice, and success stories. Whether you're a fitness enthusiast or looking for dietary changes, this is your go-to."
    }
],

Just set a name and a description, don't go too long on the description or it will look weird on the frontend.

Clone this wiki locally