From 8f64a0700ccbc016893a9affc29d67cabd4f0a7b Mon Sep 17 00:00:00 2001 From: Keerthana20-04 <147097007+Keerthana20-04@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:51:28 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6191dd92..fddb134ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@  # Project Name +Online Quiz platform Long Description about project. This project do that. This project is awesome... ## Team members -1. Name [Embed personal github URL] -2. Name [Embed perosnal github URL] +1. C B Nandhana https://github.com/nandhana04cb +2. Rameesa K T https://github.com/Rameesa-kt +3. Keerthana S https://github.com/Keerthana20-04 +4. Diya K Sajith https://github.com/Diyaksajith ## Team Id -Team id here +zephyr ## Link to product walkthrough [link to video] ## How it Works ? From d1b99b9d6bb7f864053e9e14788d6257f2ede9cf Mon Sep 17 00:00:00 2001 From: Keerthana20-04 <22b686@nssce.ac.in> Date: Mon, 6 Nov 2023 18:29:22 +0530 Subject: [PATCH 2/9] Add login interface --- docs/login.html.html | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/login.html.html diff --git a/docs/login.html.html b/docs/login.html.html new file mode 100644 index 000000000..7a23bcd1e --- /dev/null +++ b/docs/login.html.html @@ -0,0 +1,63 @@ + + +
+Select Any One Of These
+ + + + From a95cec13ea608486bab7ea59d55de0b71b713436 Mon Sep 17 00:00:00 2001 From: C B Nandhana <146117634+nandhana04cb@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:09:47 +0530 Subject: [PATCH 4/9] Add files via upload --- ap1.py | 11 +++++++++++ app.py | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 ap1.py create mode 100644 app.py diff --git a/ap1.py b/ap1.py new file mode 100644 index 000000000..bbca89bcf --- /dev/null +++ b/ap1.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('maths.html') + + +if __name__ == '__main__': + app.run(debug=True) \ No newline at end of file diff --git a/app.py b/app.py new file mode 100644 index 000000000..72a530fd6 --- /dev/null +++ b/app.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('category.html') + + +if __name__ == '__main__': + app.run(debug=True) From 19cdde5fc51615564edef1e1dbaffd0cf186b662 Mon Sep 17 00:00:00 2001 From: Diyaksajith <147097006+Diyaksajith@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:34:47 +0530 Subject: [PATCH 5/9] Add files via upload --- docs/model.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/model.html diff --git a/docs/model.html b/docs/model.html new file mode 100644 index 000000000..50311a96b --- /dev/null +++ b/docs/model.html @@ -0,0 +1,45 @@ + + + +