https://github.com/micro-company/react-app
An example of demonstration work with a microservice architecture
https://github.com/micro-company/react-app
auth ci-flow example jwt react
Last synced: 13 days ago
JSON representation
An example of demonstration work with a microservice architecture
- Host: GitHub
- URL: https://github.com/micro-company/react-app
- Owner: micro-company
- License: mit
- Created: 2017-11-04T16:21:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T14:51:42.000Z (26 days ago)
- Last Synced: 2026-03-02T17:57:54.282Z (26 days ago)
- Topics: auth, ci-flow, example, jwt, react
- Language: JavaScript
- Homepage: https://micro-company.github.io/react-app/
- Size: 13 MB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Front-End
[](https://github.com/micro-company/react-app/blob/master/LICENSE)
An example of demonstration work with a micro-service architecture

### Getting start (only front-end)
1. Create `.env` file with ENV variables
2. Install dependencies `npm i`
3. Run application `npm start`
### Kubernetes
##### Requirements
1. [Docker](https://docs.docker.com/install/)
1. [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)
1. [Helm](https://docs.helm.sh/using_helm/#installing-helm)
```
# Add repo to Helm
helm repo add batazor https://batazor.github.io/charts/
# Update repo charts
helm repo update
# Install project
helm install batazor/react-app
```
#### Enviroment variables
| **NAME** | **VALUE** |
| ---------------------------------- | --------------------- |
| REACT_APP_API_URL | http://localhost:4070 |
| REACT_APP_GOOGLE_RECAPTCHA_SITEKEY | secretKey |
| **Auth** | - |
| REACT_REFRESH_TIME | 180 (seconds) |
| **For CI** | - |
| GITHUB_USER | - |
| GITHUB_PASSWORD | - |
#### CI FLOW
