https://github.com/chaokunyang/amanda
A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying
https://github.com/chaokunyang/amanda
bean-validation blog blog-engine blogger hibernate-search java8 jpa react react-redux react-router spring-security springboot
Last synced: about 2 months ago
JSON representation
A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying
- Host: GitHub
- URL: https://github.com/chaokunyang/amanda
- Owner: chaokunyang
- License: apache-2.0
- Created: 2017-04-15T02:12:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:14:51.000Z (over 8 years ago)
- Last Synced: 2025-09-20T07:54:41.760Z (9 months ago)
- Topics: bean-validation, blog, blog-engine, blogger, hibernate-search, java8, jpa, react, react-redux, react-router, spring-security, springboot
- Language: Java
- Homepage: http://timeyang.com
- Size: 5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amanda
Amanda is a blogging system written in java8、spring boot. Elegant and beautiful, worth trying. http://timeyang.com
## Demo
[网站示例](http://timeyang.com):http://timeyang.com
**预览**:
- 首页

- 文章

- 简介

- 登录

- 后台首页

- 后台文章列表

- 文章编辑

- 文件

- 简介

- 监控

- 设置

## Getting Started
### create database
```sql
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
```shell
./setup.sh
```
### Start
```shell
./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.