From e1e37643ccc9f5315535027b4efaafa5cc8d20db Mon Sep 17 00:00:00 2001 From: Arun J <cb.en.u4cce19010@cb.students.amrita.edu> Date: Sun, 27 Dec 2020 17:19:49 +0530 Subject: [PATCH] Readme update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7d89294..4df3dff 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ A demo is available at https://bam.hackerdash.online - to try it out, you can use `bookmaster` as username and `masterofbooks` for the password. +## Architecture + +This project uses the python flask microframework with jinja2 as the templating engine. The database used is SQLite3. + ## Running locally ```zsh -- GitLab