From c00042efaff7f4b605b6ccc04c1b1e4e1626d2f2 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:49:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73f92e1..d5e5808 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ PostgreSQL is used as a database for storing topics, questions, and answers. The To access the functionality of the application, you need to create an account. After that, you can create topics and questions. The application provides a list of topics and allows creating multiple-choice questions into those topics that are then answered by self and others. Start answering questions by clicking on the "Quiz" button on the top right corner of the page. +**To access admin mode, please use email ***admin@admin.com*** and password ***123456***.** + ## API The application provides an API for retrieving and answering random questions. The API is available at . To verify your answer, you need to provide the question ID and the answer ID in the request body, for example: