📦 chaokunyang / amanda

A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying

1 stars 0 forks 👁 1 watching ⚖️ Apache License 2.0
bean-validationblogblog-enginebloggerhibernate-searchjava8jpareactreact-reduxreact-routerspring-securityspringboot
📥 Clone https://github.com/chaokunyang/amanda.git
HTTPS git clone https://github.com/chaokunyang/amanda.git
SSH git clone git@github.com:chaokunyang/amanda.git
CLI gh repo clone chaokunyang/amanda
chaokunyang chaokunyang beautify css a5c3397 8 years ago 📝 History
📂 master View all commits →
📁 docs
📁 src
📄 .gitignore
📄 amanda.md
📄 LICENSE
📄 README.md
📄 setup.sh
📄 start.sh
📄 README.md

Amanda

Amanda is a blogging system written in java8、spring boot. Elegant and beautiful, worth trying. http://timeyang.com

Demo

网站示例:http://timeyang.com

预览

  • 首页
首页

  • 文章
文章

  • 简介
简介

  • 登录
登录

  • 后台首页
后台首页

  • 后台文章列表
后台文章列表

  • 文章编辑
文章编辑

  • 文件
文件

  • 简介
简介

  • 监控
监控

  • 设置
文件

Getting Started

create database

CREATE DATABASE amanda DEFAULT CHARACTER SET 'utf8' DEFAULT COLLATE 'utf8_unicode_ci';
USE amanda;
grant all privileges on *.* to 'amanda'@'localhost' identified by '123456'; 
grant all privileges on *.* to 'amanda'@'127.0.0.1' identified by '123456'; 
grant all privileges on *.* to 'amanda'@'::1' identified by '123456'; 
flush privileges;

Setup

./setup.sh

Start

./start.sh

Development

To build a development version you'll need a recent version of Kafka. You can build jkes with Maven using the standard lifecycle phases.

Contribute

  • Source Code: https://github.com/chaokunyang/jkes
  • Issue Tracker: https://github.com/chaokunyang/jkes/issues

LICENSE

This project is licensed under Apache License 2.0.