This repository was archived by the owner on Mar 27, 2023. It is now read-only.
File tree
103 files changed
+480
-3588
lines changed- awscdk
- backend
- apps/core/management/commands
- backend/settings
- requirements
- scripts
- ci
- prod
- cloudformation
- infrastructure
- scripts
- services
- tasks
- tests
- documentation/docs
- .vuepress
- public
- devops/gcp
- start/overview
- gitlab-ci
- aws
- gcp
- nginx/dev
- quasar
- src
- boot
- components
- auth
- services
- ui
- i18n
- cn-cn
- en-us
- layouts
- pages
- Auth
- Banking
- HackerNewsClone
- Transactions
- router
- store
- auth
- banking
- hn
- module-example
- ui
- user
- terraform
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+480
-3588
lines changedDiff for: .env.template
-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 | 4 |
| |
12 | 5 |
| |
13 | 6 |
| |
| |||
18 | 11 |
| |
19 | 12 |
| |
20 | 13 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 14 |
| |
25 | 15 |
| |
26 | 16 |
| |
|
Diff for: .gitlab-ci.yml
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 14 | + | |
| 15 | + | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
|
Diff for: .python-version
-1
This file was deleted.
Diff for: README.md
+80-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 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 | + | |
7 | 78 |
| |
8 | 79 |
| |
9 | 80 |
| |
10 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
11 | 90 |
| |
12 | 91 |
| |
13 |
| - | |
| 92 | + | |
14 | 93 |
| |
15 | 94 |
| |
16 | 95 |
| |
| |||
23 | 102 |
| |
24 | 103 |
| |
25 | 104 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 | 105 |
| |
35 | 106 |
| |
36 | 107 |
| |
|
Diff for: architecture.png
1.08 MB
Loading
Diff for: awscdk/app.py
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Diff for: backend/.dockerignore
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
This file was deleted.
This file was deleted.
Diff for: backend/backend/settings/base.py
+4-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 19 | + | |
| 20 | + | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
| |||
269 | 267 |
| |
270 | 268 |
| |
271 | 269 |
| |
272 |
| - | |
| 270 | + | |
273 | 271 |
| |
274 | 272 |
| |
275 | 273 |
|
Diff for: backend/requirements/base.txt
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Diff for: backend/requirements/dev.txt
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Diff for: backend/scripts/ci/Dockerfile
-49
This file was deleted.
Diff for: backend/scripts/prod/start_prod.sh
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
-29
This file was deleted.
0 commit comments