worldlightyjx / spring-boot-react-blog

Token-based blog application using spring boot, react and jwt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-react-blog

Token-based blog application using spring boot, react and jwt.

This project is under development.

Technology Stack

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

Getting Started

Prerequisites

  • 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

Backend

  • Go to your project folder from your terminal
  • cd blog-backend
  • Run: mvnw spring-boot:run

Frontend

  • Go to your project folder from your terminal
  • cd blog-frontend
  • Run: npm install or yarn install
  • After install, run: npm run start or yarn start
  • It will open your browser(http://localhost:3000)

Swagger UI

Account

Screenshots

Main

Post

Editor

Login

About

Token-based blog application using spring boot, react and jwt.

License:Apache License 2.0


Languages

Language:Java 60.2%Language:JavaScript 30.7%Language:CSS 4.5%Language:TSQL 4.3%Language:HTML 0.3%