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.
1 parent ec6be5f commit 9f0866fCopy full SHA for 9f0866f
README.md
@@ -9,10 +9,14 @@
9
- MySql Database
10
- Spring Security
11
- REST API
12
+- JWT Auth
13
+- Routing
14
+- CORS
15
16
## Features
17
-- Login and Logout
18
+- Login
19
+- Logout
20
- CURD Operations
21
- Data are stored in MySql database
22
- Neat and clean UI
@@ -24,11 +28,11 @@
24
28
25
29
Clone the rep
26
30
27
-cd react-frontend
31
+cd frontend
32
npm i
33
npm run start
34
-cd springboot-backend
35
+cd backend
36
Run as Spring Boot
37
```
38
0 commit comments