Skip to content

Commit e0ab69b

Browse files
committed
2 parents 5589550 + 7f9c195 commit e0ab69b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)