From 8b98126bc531b70f1cf5d6a5627413f3690bff8e Mon Sep 17 00:00:00 2001 From: JothishKamal Date: Fri, 4 Oct 2024 00:48:35 +0530 Subject: [PATCH] feat: updated tables --- README.md | 214 +++++++++++++++++++++++++++++------------------------- 1 file changed, 116 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 0973a85..ffb5c28 100644 --- a/README.md +++ b/README.md @@ -50,36 +50,42 @@ ## 🔧 Features - User Management: - - Sign Up (`/user/signup`) - - Login (`/user/login`) + + - Sign Up (`/user/signup`) + - Login (`/user/login`) - Question Management: - - Create Question (`/question/create`) - - Get all Questions (`/questions`) - - Get a Question (`/question/{question_id}`) - - Get Question by Round (`/question/round`) - - Update Question (`/question`) - - Delete Question (`/question/{question_id}`) + + - Create Question (`/question/create`) + - Get all Questions (`/questions`) + - Get a Question (`/question/{question_id}`) + - Get Question by Round (`/question/round`) + - Update Question (`/question`) + - Delete Question (`/question/{question_id}`) - Testcase Management: - - Create Testcase (`/testcase`) - - Get Testcases by Question (`/questions/{question_id}/testcases`) - - Get a Testcase (`/testcase/{testcase_id}`) - - Update Testcase (`/testcase/{testcase_id}`) - - Delete Testcase (`/testcase/{testcase_id}`) + + - Create Testcase (`/testcase`) + - Get Testcases by Question (`/questions/{question_id}/testcases`) + - Get a Testcase (`/testcase/{testcase_id}`) + - Update Testcase (`/testcase/{testcase_id}`) + - Delete Testcase (`/testcase/{testcase_id}`) - Submission Management: - - Submit Testcase (`/submit`) - - Run Testcase (`/runcode`) + + - Submit Testcase (`/submit`) + - Run Testcase (`/runcode`) - Leaderboard: - - Get Leaderboard (`/leaderboard`) + - Get Leaderboard (`/leaderboard`) ## 🏁 Get Started ### Directions to Install + 1. Fork the repo 2. Clone it locally + ```sh $ git clone https://github.com//cookoff-9.0-backend.git $ cd cookoff-9.0-backend @@ -116,6 +122,7 @@ $ make generate ```sh $ make apply-schema ``` + ## 📝 Checkout: - Cookoff'24 Admin Portal: [https://github.com/CodeChefVIT/cookoff-admin-9.0](https://github.com/CodeChefVIT/cookoff-admin-9.0) @@ -124,88 +131,99 @@ $ make apply-schema ## 🚀 Contributors - - - - - - - - - - - - + + + + + + + + + + + + + + + +
- Vedant Matanhelia -

- Vedant Matanhelia -

-

- - GitHub - -

-
- Vaibhav Sijaria -

- Vaibhav Sijaria -

-

- - GitHub - -

-
- Aman L -

- Aman L -

-

- - GitHub - -

-
- Jothish Kamal -

- Jothish Kamal -

-

- - GitHub - -

-
- Soham Mahapatra -

- Soham Mahapatra -

-

- - GitHub - -

-
- Abhinav Anand -

- Abhinav Anand -

-

- - GitHub - -

-
- Aman Singh -

- Abhinav Anand -

-

- - GitHub - -

-
+

+ profilepic +

+

Vedant Matanhelia

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Vaibhav Sijaria

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Aman L

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Jothish Kamal

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Soham Mahapatra

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Abhinav Anand

+

+ GitHub + + LinkedIn + +

+
+

+ profilepic +

+

Aman Singh

+

+ GitHub + + LinkedIn + +

+
## License