https://github.com/ravendb/samples-yabt
"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
https://github.com/ravendb/samples-yabt
angular dotnet ravendb
Last synced: about 1 year ago
JSON representation
"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
- Host: GitHub
- URL: https://github.com/ravendb/samples-yabt
- Owner: ravendb
- License: mit
- Created: 2020-05-28T07:09:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T10:59:50.000Z (over 1 year ago)
- Last Synced: 2025-02-26T10:11:48.415Z (about 1 year ago)
- Topics: angular, dotnet, ravendb
- Language: C#
- Homepage: https://yabt.ravendb.net
- Size: 93.2 MB
- Stars: 114
- Watchers: 11
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Bug Tracker (YABT)
[](https://github.com/ravendb/samples-yabt/actions/workflows/dotnet-core.yml)
[](https://github.com/ravendb/samples-yabt/actions/workflows/angular.yml)
An educational project leveraging [RavenDB](https://ravendb.net) database and accompanied with a [series of articles](https://ravendb.net/news/use-cases/yabt-series) explaining various aspects of building bespoke enterprise apps with NoSQL.
Available live at [yabt.ravendb.net](https://yabt.ravendb.net) (and API at [yabt.ravendb.net/swagger](https://yabt.ravendb.net/swagger/index.html)). Feel free to poke around!

## Technologies
* ASP.NET Core 8
* RavenDB 6.0.1
* Angular 14
It has minimum third-party dependencies and heaps of best practices.
## Get it up locally
1. Check out the GIT repo.
2. Get the back-end running (see [steps in 'back-end/README'](./back-end/)).
3. Get the front-end running (see [steps in 'front-end/README'](./front-end/)).
## Support
If you spot a bug, have an idea or a question, please let us know by [raising a new issue](https://github.com/ravendb/samples-yabt/issues/new), submitting a [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) or contacting the author on Twitter @ [_AlexKlaus](https://twitter.com/_AlexKlaus).
## License
This project is licensed with the [MIT license](LICENSE).