-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.txt
More file actions
89 lines (76 loc) · 1.72 KB
/
tree.txt
File metadata and controls
89 lines (76 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
coop-puzzle-room/
README.md
.gitignore
backend/
mvnw
mvnw.cmd
pom.xml
src/
main/
java/
com/
coop/
puzzleroom/
CoopPuzzleRoomApplication.java
config/
CorsConfig.java
SecurityConfig.java
JwtConfig.java
auth/
AuthController.java
AuthService.java
dto/
LoginRequest.java
RegisterRequest.java
AuthResponse.java
user/
User.java
UserRepository.java
UserService.java
dto/
UserResponse.java
common/
exception/
ApiExceptionHandler.java
ErrorResponse.java
util/
TimeUtil.java
health/
HealthController.java
main/
resources/
application.yml
application-local.yml
test/
java/
com/
coop/
puzzleroom/
CoopPuzzleRoomApplicationTests.java
frontend/
package.json
tsconfig.json
vite.config.ts (or next.config.js if Next)
index.html
src/
main.tsx
App.tsx
api/
client.ts
endpoints.ts
auth/
AuthContext.tsx
authStorage.ts
authApi.ts
ProtectedRoute.tsx
pages/
LoginPage.tsx
RegisterPage.tsx
HomePage.tsx
components/
Navbar.tsx
docs/
phase1-api.md
decisions.md
scripts/
dev-notes.md