From 250aa8c5d0a9973db772ae4c9066b624f962152d Mon Sep 17 00:00:00 2001
From: Jay <jghdg1234@gmail.com>
Date: Wed, 20 Mar 2024 15:00:08 -0400
Subject: [PATCH] ReadMe added

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

diff --git a/README.md b/README.md
index 8b1378917..77ffebabf 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,20 @@
+## Capstone Feedback project
+
+- Frontend
+    - Using React
+    - It just have a basic functions such as giving feedbacks and see it by clicking 'history' button.
+
+- Backend
+    - Node.js, Mongo DB
+    - Download MongoDB compass to see the data passed directly.
+
+- To run frontend
+    - cd to 'frontend' directory and run 'npm i' in the terminal. After installed, run 'npm start'. Make sure you are
+    in the right directory.
+
+- To run backend
+    - cd to 'backend' directory and run 'npm i' in the terminal. After installed, run 'nrpm run dev' to connect the web to the server.
+
+ 
+
 
-- 
GitLab