From 99c6ffe569920b0d19a508e5a8442bb6250b8cdf Mon Sep 17 00:00:00 2001
From: tamanjic <tamanji.che@metropolia.fi>
Date: Tue, 4 May 2021 06:00:09 +0000
Subject: [PATCH] Update README.md

---
 README.md | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/README.md b/README.md
index 68cf333..ca685ef 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,42 @@
 # larryne-melh-music
 
+# Description
+LarryneMelhMusic is a React web application for Larrynizers, Larryne Melh fan base; those who enjoy the singer's music artistry, her fashion style, and her social interests. On this platform, fans can:
+
+Visit the “Shop Page” where they can purchase her music records, fashion
+items or pre-order an upcoming music by the artist.
+Visit the “Fashion Page” where they can view images of her different
+fashion styles and are able to like or make comments on them.
+Have a live chat with the artist, Larryne Melh
+Stream some music videos of the artist and make comments.
+Subscribe to be notified of upcoming tours and concerts.
+
+# [Front-end](https://tamanji.jelastic.metropolia.fi/)
+ *NOTE:  Due to crashes and bugs, the front end is incomplete: 
+   - login with admin credentials [email: admin.test@larryne.com, password: test] to access and test the admin panel, upload files and edit.
+
+# Test The GraphQl Backend
+## [API Link](https://tamanji.jelastic.metropolia.fi/graphql)
+
+* You can test the API with Postman or preferably Firecamp, as it offers file uploads as well.
+## Mutations
+        mutation {
+        registerUser(userInput:{email: "your email", password: "password",fullname: "name"})
+        {
+            
+            email
+            fullname
+            
+        
+        }
+        }
+
+        
+
+    mutation{
+    login(email:"admin.test@larryne.com", password:"test"){ // or your registered credentials
+        id
+        fullname
+        token
+    }
+    }
-- 
GitLab