We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5589550 + 7f9c195 commit e0ab69bCopy full SHA for e0ab69b
README.md
@@ -0,0 +1,38 @@
1
+
2
+# Full Stack Employee Management System Using ReactJS and Spring Boot
3
4
5
+## Tech We Used
6
7
+- ReactJs
8
+- Spring Boot
9
+- MySql Database
10
+- Spring Security
11
+- REST API
12
13
+## Features
14
15
+- Login and Logout
16
+- CURD Operations
17
+- Data are stored in MySql database
18
+- Neat and clean UI
19
20
+## Steps to run in your machine
21
22
+#### Run the following commands
23
+```
24
25
+Clone the rep
26
27
+cd react-frontend
28
+npm i
29
+npm run start
30
31
+cd springboot-backend
32
+Run as Spring Boot
33
34
35
36
37
38
+#### Hope you liked this project, dont forget to ⭐ the repo.
0 commit comments