From 33d3619bdc6af7ae4040da7e2a8c7c65f5e4947c Mon Sep 17 00:00:00 2001 From: Raswanth Rajangam <59132948+Raswanth8@users.noreply.github.com> Date: Sat, 26 Dec 2020 13:25:47 +0530 Subject: [PATCH] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..de83d233 --- /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 + + <br> + <br> + <br> + <br> + <br> + +## Installation + +Clone the repo +Run the below commands + +- npm install +- npm run dev + -- GitLab