Skip to content

Commit 9f0866f

Browse files
authored
Update README.md
1 parent ec6be5f commit 9f0866f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
- MySql Database
1010
- Spring Security
1111
- REST API
12+
- JWT Auth
13+
- Routing
14+
- CORS
1215

1316
## Features
1417

15-
- Login and Logout
18+
- Login
19+
- Logout
1620
- CURD Operations
1721
- Data are stored in MySql database
1822
- Neat and clean UI
@@ -24,11 +28,11 @@
2428
2529
Clone the rep
2630
27-
cd react-frontend
31+
cd frontend
2832
npm i
2933
npm run start
3034
31-
cd springboot-backend
35+
cd backend
3236
Run as Spring Boot
3337
```
3438

0 commit comments

Comments
 (0)