VirgilChen97 / Vblog

A modern, multi-user Markdown blog system
30 stars 2 forks source link

Vblog

logo

badge

A modern, multi-user Markdown blog System.

Built with React JS, Spring Boot and Spring Security. This blog system is under development, it still contains many bugs and missing features.

main

Features

Run

Clone the project

git clone git@github.com:VirgilChen97/Vblog.git

Run backend service

cd vblog-server
mvn spring-boot:run

Run frontend service

cd ../vblog-ui
npm start

Todo