diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..de83d23347407533720fdc0223d501652aeecab7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Book Management Core LAB
+
+This is a simple Book and user management project with CRUD operations for CORE LAB.
+
+## Functionalities
+ - Apply CRUD operations on Posts.
+ - Apply CRUD operations on User.
+ 
+## UI
+
+![alt text](https://ibb.co/L5J3wcQ) <br>
+![alt text](https://ibb.co/5vPDqch) <br>
+![alt text](https://ibb.co/P5yT3QT) <br>
+![alt text](https://ibb.co/8zvZRRh) <br>
+![alt text](https://ibb.co/cDRCp8p) <br>
+
+## Installation
+
+Clone the repo
+Run the below commands
+
+- npm install
+- npm run dev
+