You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+28-24
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,17 @@ The structure of this project allows us to easily scale workers in seconds. NATS
18
18
-- This will remove the containers that were created
19
19
- Use the Postman file in `./system/postman` to test API requests.
20
20
21
-
## Need a React frontend
21
+
## Bonus
22
22
23
-
An integrated React frontend has been developed and can be found at [react.antd.fuse](https://github.com/nicolaspearson/react.antd.fuse)
23
+
Need a React frontend or a Kubernetes deployment? See below!
24
24
25
-
### Captcha
25
+
### React
26
26
27
-
Captcha codes have been integrated using reCaptcha. Register for v2 reCaptcha codes [here](https://www.google.com/recaptcha/intro/v3.html), then change the secrets in the environment variables accordingly.
27
+
A React frontend has been developed and can be found at [react.antd.fuse](https://github.com/nicolaspearson/react.antd.fuse)
This project has been integrated with Kubernetes and can be found at [kubernetes.api.gateway](https://github.com/nicolaspearson/kubernetes.api.gateway)
31
+
Kubernetes scripts for this project and can be found at [kubernetes.api.gateway](https://github.com/nicolaspearson/kubernetes.api.gateway)
37
32
38
33
## Development
39
34
@@ -225,6 +220,15 @@ src
225
220
└── ...
226
221
```
227
222
223
+
##### Captcha
224
+
225
+
Captcha codes have been integrated using reCaptcha. Register for v2 reCaptcha codes [here](https://www.google.com/recaptcha/intro/v3.html), then change the secrets in the environment variables accordingly.
0 commit comments