Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T10:59:50.000Z (4 months ago)
- Last Synced: 2024-12-16T01:05:28.116Z (23 days ago)
- Topics: angular, dotnet, ravendb
- Language: C#
- Homepage: https://yabt.ravendb.net
- Size: 93.2 MB
- Stars: 110
- 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)
[![.NET Build & Tests](https://github.com/ravendb/samples-yabt/actions/workflows/build_back-end.yml/badge.svg)](https://github.com/ravendb/samples-yabt/actions/workflows/dotnet-core.yml)
[![Angular front-end](https://github.com/ravendb/samples-yabt/actions/workflows/build_front-end.yml/badge.svg)](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!![Screenshot](./documentation/screenshot.png)
## Technologies
* ASP.NET Core 8
* RavenDB 6.0.1
* Angular 14It 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).