Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:23:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T04:36:54.006Z (over 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
![Screenshot](./docs/screenshots/2.png)Sign In
![Screenshot](./docs/screenshots/3.png)![Screenshot](./docs/screenshots/4.png)
Sign up
![Screenshot](./docs/screenshots/5.png)## 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 [email protected]:cv65kr/react_spring.git
cd react_spring
make services
make build
make up
```App is available on `http://127.0.0.1/`.