Token-based blog application using spring boot, react and jwt.
This project is under development.
Component | Technology |
---|---|
Frontend | React 16+ |
Backend | Spring Boot 2.1+, Java 11+ |
Security | Spring Security, JWT |
Auth | Local, Google, Facebook |
Database | H2 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
git clone https://github.com/keumtae-kim/spring-boot-react-blog.git
- Go to your project folder from your terminal
- cd blog-backend
- Run:
mvnw spring-boot:run
- Go to your project folder from your terminal
- cd blog-frontend
- Run:
npm install
oryarn install
- After install, run:
npm run start
oryarn start
- It will open your browser(http://localhost:3000)
- admin email : admin@mail.com
- admin password : admin