diff --git a/App/README.md b/App/README.md
index 35e1319cbb4774b2e5fac89c45b8bd85fed5606a..d826bc14e23055738394044f29b1c942616759b8 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.
+
+
+