https://github.com/cv65kr/react_spring
Example of React App with REST Spring Backend (Sign in, Sign up)
https://github.com/cv65kr/react_spring
docker mongodb react redux spring zuul
Last synced: 2 months ago
JSON representation
Example of React App with REST Spring Backend (Sign in, Sign up)
- Host: GitHub
- URL: https://github.com/cv65kr/react_spring
- Owner: cv65kr
- Created: 2019-08-16T19:28:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:23:48.000Z (over 3 years ago)
- Last Synced: 2025-06-15T16:45:50.568Z (about 1 year ago)
- Topics: docker, mongodb, react, redux, spring, zuul
- Language: JavaScript
- Homepage:
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React app with Spring Backend
## Description
This is simple React App with Spring Backed.
### Screenshots
Homepage

Sign In


Sign up

## Features
- [x] Spring app with oAuth2 authorization
- [x] Zuul
- [x] React app (Homepage, Sign in, Sign up, error pages)
- [x] Bulma style
### Plans
- [ ] Social media login (Facebook, Twitter)
- [ ] Swagger
## Installation
```shell script
git clone git@github.com:cv65kr/react_spring.git
cd react_spring
make services
make build
make up
```
App is available on `http://127.0.0.1/`.