https://github.com/lbovet/bugtik
Sample project using Spring Data Rest and hybind
https://github.com/lbovet/bugtik
Last synced: about 2 months ago
JSON representation
Sample project using Spring Data Rest and hybind
- Host: GitHub
- URL: https://github.com/lbovet/bugtik
- Owner: lbovet
- License: apache-2.0
- Created: 2016-06-06T20:28:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T18:20:46.000Z (over 8 years ago)
- Last Synced: 2025-01-17T08:12:06.900Z (3 months ago)
- Language: HTML
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BugTik
Sample project using [Spring Data Rest](http://projects.spring.io/spring-data-rest/) and [hybind](https://github.com/lbovet/hybind).
This is a minimal simplistic ticket/bug tracking system.
## Demo
Try the app on https://bugtik.herokuapp.com/
## Model
**Project** `1--->n` **Ticket** `n--->1` **Severity** `n--->1` **Color**
## Build and Run
`mvn spring-boot:run`
Open [http://localhost:8080/](http://localhost:8080/)