luckybooru_info/source/index.md

31 lines
807 B
Markdown
Raw Normal View History

2020-02-29 22:49:21 +01:00
# luckybooru
luckybooru is a [danbooru](https://danbooru.donmai.us/)-style booru written in Crystal with Lucky.
It will be licensed under the [University of Illinois/NCSA license](LICENSE.html).
## Status
luckybooru is in the early design stage.
## Goals and design principles
* Feature parity with danbooru
* Support for various types of media (images, audio, videos, plaintext, Markdown)
* Full support for running in a cluster with live scaling
* All major features should work with *noscript*
* RESTful API
## Major technologies used
* [Crystal](https://crystal-lang.org/)
* [Lucky](https://luckyframework.org)
## Database schema (WIP)
![(database schema image)](schema.png)
## This page
Source: [git.fuwafuwa.moe/lesderid/luckybooru_info](https://git.fuwafuwa.moe/lesderid/luckybooru_info)