From e850e1549258946f51d8526065960fade05a202f Mon Sep 17 00:00:00 2001
From: Laila Majeed <lmaje002@gold.ac.uk>
Date: Fri, 13 Apr 2018 15:56:44 +0100
Subject: [PATCH] Update README.md

---
 App/README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/App/README.md b/App/README.md
index 35e1319..d826bc1 100644
--- a/App/README.md
+++ b/App/README.md
@@ -1,4 +1,18 @@
-For my App I tried to create Books App called Goodreaders which has:
+I tried to create Books App called Goodreaders where users can register and use free online books with keeping track of their reading.
+app.py has:
 - Main page where you can Log In or Sign Up
 - Sign Up page where you can add your username, email and password
 - Books page where you can find books and there details
+
+I tried to run my app in the server but it wasnt working at all so i had to do it in my local server and it is working there.
+
+I used mysql for the database and also created a local database to make it work.
+
+For app styling I used bootstraps and css
+
+I used Mysql configuration to connect to the database and flask request to request any data.
+
+I tried to create a db.py file where all the data about books will be stored.
+
+
+
-- 
GitLab