Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 9 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:14:51.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T11:23:57.574Z (7 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**预览**:
- 首页
![首页](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Home.png)- 文章
![文章](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Article.png)- 简介
![简介](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Profile.png)- 登录
![登录](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Login.png)- 后台首页
![后台首页](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_Home.png)- 后台文章列表
![后台文章列表](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_Article.png)- 文章编辑
![文章编辑](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Article_Edit.png)- 文件
![文件](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_File.png)- 简介
![简介](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_Profile.png)- 监控
![监控](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_Monitor.png)- 设置
![文件](https://raw.githubusercontent.com/chaokunyang/amanda/master/docs/images/Admin_Setting.png)## 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.