diff --git a/.idea/ISTD50043_bookReview.iml b/.idea/ISTD50043_bookReview.iml new file mode 100644 index 0000000..8c88bf1 --- /dev/null +++ b/.idea/ISTD50043_bookReview.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/R_User_Library.xml b/.idea/libraries/R_User_Library.xml new file mode 100644 index 0000000..71f5ff7 --- /dev/null +++ b/.idea/libraries/R_User_Library.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e76b483 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5ad54d2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..3bb0743 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + categories + categoriesSor + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + -
- - - - - - - - - - - -{% extends "addbook.html" %} -{% block content %} -{% endblock %} - - -
- SUTD ISTD 2019DB TEAM -
- - - - - - - - - - + + + + + + + + SHELF - Your Online Bookstore + + + + + + + + + + + + + + +
+
+ +

Shelf

+

Your Online Bookstore

+
+ +
+
+
+
+ +
+ +
+
+
+
+ + + +
+ + +{% extends "addbook.html" %} +{% block content %} +{% endblock %} + + +
+ SUTD ISTD 2019DB TEAM +
+
+ + + + + + + + + diff --git a/templates/registration.html b/src/templates/registration.html similarity index 100% rename from templates/registration.html rename to src/templates/registration.html diff --git a/templates/search.html b/src/templates/search.html similarity index 100% rename from templates/search.html rename to src/templates/search.html diff --git a/templates/searchASIN.html b/src/templates/searchASIN.html similarity index 100% rename from templates/searchASIN.html rename to src/templates/searchASIN.html diff --git a/templates/template.html b/src/templates/template.html similarity index 100% rename from templates/template.html rename to src/templates/template.html diff --git a/utils.py b/src/utils.py similarity index 100% rename from utils.py rename to src/utils.py diff --git a/tags.pkl b/tags.pkl deleted file mode 100755 index c972f60..0000000 Binary files a/tags.pkl and /dev/null differ