From 583681ed8dac169b6e8769c37dbbf85c67769ce7 Mon Sep 17 00:00:00 2001 From: Mike Casey Date: Tue, 27 Jun 2017 10:44:18 +0100 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17daa96 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + +# BookShop_Website +A children's bookstore app developed using Ruby/SQL/Sinatra + +This app enables a bookshop owner/worker to manage the shop's stock. This is not +an app for customers, but for shop employees only. The user can: + +Show inventory pages listing the books and authors +Create books and authors +Show stock levels for the books (High/Medium/Low) +Add a buy and sell price to each stock item +Calculate the possible markup on items and show on inventory page + +The details of the books and authors are kept in a SQL database and accessed via Ruby. + +