46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
[![Actions Status](https://github.com/F43nd1r/Acrarium/workflows/tests/badge.svg)](https://github.com/F43nd1r/Acrarium/actions)
|
|
|
|
<h1 align=center>
|
|
<img src="acrarium/src/main/resources/META-INF/resources/frontend/logo.png" width=50%>
|
|
</h1>
|
|
A Backend for ACRA written in Java using Spring Boot, Vaadin and MySQL
|
|
|
|
# Setup
|
|
|
|
See [Wiki Setup guide](https://github.com/F43nd1r/acra-backend/wiki/Setup-guide)
|
|
|
|
# Maturity
|
|
|
|
This project is expected to enter stable phase soon, which means:
|
|
- bug reports are very welcome
|
|
- feature requests are welcome as well but might be delayed until after stable release
|
|
- database backups are always good but shouldn't be vital anymore
|
|
- future versions might not be compatible with current releases (especially 1.0 will drop some backwards-compatibility code)
|
|
|
|
# Screenshots
|
|
|
|
###### Listing reports
|
|
![report list](screenshots/reports.png)
|
|
|
|
###### Statistics
|
|
![statistics](screenshots/statistics.png)
|
|
|
|
###### Proguard and Export Support
|
|
![admin tab](screenshots/admin.png)
|
|
|
|
###### Report Summary and Attachment Support
|
|
![report summary](screenshots/summary.png)
|
|
|
|
###### Full Report content
|
|
![report content](screenshots/details.png)
|
|
|
|
###### Dark Theme
|
|
![dark theme](screenshots/dark.png)
|
|
|
|
# License
|
|
|
|
All source code in this repository is licensed under the Apache License 2.0 (see [LICENSE](LICENSE))
|
|
|
|
# Credits
|
|
|
|
Thanks to [Mirza Zulfan](https://github.com/mirzazulfan) for creating the logo.
|