Acrarium/README.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2018-05-28 20:21:01 +00:00
[![Build Status](https://travis-ci.org/F43nd1r/Acrarium.svg?branch=master)](https://travis-ci.org/F43nd1r/Acrarium)
2017-12-25 22:48:14 +00:00
2018-05-25 12:39:21 +00:00
# Acrarium (formerly Acra-backend)
2017-12-19 19:05:03 +00:00
A Backend for ACRA written in Java using Spring Boot, Vaadin and MySQL
2018-01-26 01:18:22 +00:00
# Setup
See [Wiki Setup guide](https://github.com/F43nd1r/acra-backend/wiki/Setup-guide)
2018-06-01 14:11:01 +00:00
# Screenshots
###### Listing reports
2018-06-01 14:12:56 +00:00
![report list](https://i.imgur.com/0b9yPxD.png)
2018-06-01 14:11:01 +00:00
###### Statistics
2018-06-01 14:12:56 +00:00
![statistics](https://i.imgur.com/oxwgP1E.png)
2018-06-01 14:11:01 +00:00
###### Proguard and Export Support
2018-06-01 14:12:56 +00:00
![admin tab](https://i.imgur.com/5ysg8I1.png)
2018-06-01 14:11:01 +00:00
###### Report Summary and Attachment Support
2018-06-01 14:12:56 +00:00
![report summary](https://i.imgur.com/0z9eTEd.png)
2018-06-01 14:11:01 +00:00
###### Full Report content
2018-06-01 14:12:56 +00:00
![report content](https://i.imgur.com/L2nFGC5.png)
2018-06-01 14:11:01 +00:00
###### Dark Theme
2018-06-01 14:12:56 +00:00
![dark theme](https://i.imgur.com/Em1oiWs.png)
2018-06-01 14:11:01 +00:00
2017-12-19 19:05:03 +00:00
# License
All source code in this repository is licensed under the Apache License 2.0 (see [LICENSE](LICENSE))
Binary distributions may contain dependencies licensed under any of the following licenses:
- [BSD License](http://www.antlr.org/license.html)
- [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
- [MIT License](https://opensource.org/licenses/MIT)
- [CDDL 1.1](https://javaee.github.io/glassfish/LICENSE)
- [W3C License](https://www.w3.org/Consortium/Legal/copyright-software-19980720)
- [dom4j License](https://github.com/dom4j/dom4j/blob/master/LICENSE)
- [GPL 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)
- [LGPL 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)
- [EPL 1.0](http://www.eclipse.org/legal/epl-v10.html)
- [MPL 1.1](https://www.mozilla.org/en-US/MPL/1.1/)