To use the question database with the API, you'll need to create a git repository (on Gitlab, Github, ...). For instance, you can use the Gitlab instance of TUHH. Just create an empty project with any name.
⚠️ Don't initialize the repository with a
README.mdas it is proposed by most git interfaces ...
Once the repository is created, use the instruction labelled by Push an existing folder with your database folder and put
it on the git project. Once it's done, you'll be able to see the markdown rendering of each of your question and the description README.md.
In addition, you can use the Gitlab interface to modify some question, or add new ones, etc ...
Many (modern) editors provide some live rendering of markdown files (see for instance VScode,
highly recommended if the only editor you know is vim or notepad).
This allows you to directly check the rendering when writing a question, without having to push every time on
your git repository.
📣 The Gitlab Interface of TUHH also provides a
Web IDEor aGitpodthat allows you to modify multiple files, see the markdown rendering, do commit on the database ... without opening one single terminal ! (easier for those allergic to it ...)