Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/`.