blog application using spring boot, react and jwt.
This project is under development.
| Component | Technology |
|---|---|
| Frontend | React 16+ , Redux ,Redux-thunk , Webpack ... |
| Backend | Spring Boot 2.1+, Java 11+ |
| Security | Spring Security, JWT |
| Auth | Local, Google, Facebook |
| Database | Mysql |
| Persistence | JPA |
| API Documentation | Swagger-UI |
| Client Build | npm, yarn, webpack |
| Server Build | Maven |
- Install Java 11 from the OpenJDK
- Install Node.js from the Node.js website
- Clone the repo
https://github.com/du0ngtrunghieu/SpringBoot-React-Blog.git
- Go to your project folder from your terminal
- cd blog-backend
- Run:
mvnw spring-boot:run
- cd Client
- Run:
yarn devoryarn install - After install, run:
npm run startoryarn start - It will open your browser(http://localhost:3000)





