Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatChocolateGuy authored May 26, 2024
1 parent 5420d94 commit 005f6d4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Certitrack
[![Build status](https://dev.azure.com/NemoCodes/certitrack/_apis/build/status/certitrack-demo%20-%20CI)](https://dev.azure.com/NemoCodes/certitrack/_build/latest?definitionId=4) ![.NET Core](https://github.com/ThatChocolateGuy/Certitrack/workflows/.NET%20Core/badge.svg) ![Docker](https://github.com/ThatChocolateGuy/Certitrack/workflows/Docker/badge.svg?branch=develop)
![.NET Core](https://github.com/ThatChocolateGuy/Certitrack/workflows/.NET%20Core/badge.svg)

ASP.NET Core Gift Certificate Management System

Expand All @@ -8,9 +8,9 @@ Certitrack is a fairly simple, yet relationally complex Gift Certificate Managem
Issue, track, edit, delete, and redeem certificates. Generate PDF reports. Easily manage staff, clients and much more. Suitable for any organization or team.

Built with Microsoft’s .NET Core stack, Certitrack leverages the power of a robust and secure relational SQL database.
This server-rendered app uses the Bootstrap-based AdminLTE dashboard theme, along with AJAX requests where possible, yielding a fast and highly-responsive user experience.
This server-rendered app uses the Bootstrap-based AdminLTE dashboard theme, along with AJAX requests where possible, yielding a fast and highly responsive user experience.

Certitrack is Dockerized and deployed with Azure Pipleines (CI/CD).
Certitrack is Dockerized and deployed with Azure Pipelines (CI/CD).

## DEMO: <a href="https://certitrack.nem.codes/" target="_blank">Certitrack-Demo-App</a>
#### U: `admin@certitrack.com` P: `admin123`
Expand All @@ -23,7 +23,7 @@ Certitrack is Dockerized and deployed with Azure Pipleines (CI/CD).
4. Explore the app with the above login credentials
<sub>
Note: Due to limitations within the jsreport nuget packages, PDF reports will not generate on an IIS-based Azure App Service.
Instead, build and publish the project's Docker image to a container on any linux environment (Azure Web App for Containers recommended).
Instead, build and publish the project's Docker image to a container on any Linux environment (Azure Web App for Containers recommended).
Please install and get a basic understanding of Docker before undertaking any of this. I guarantee you will confuse yourself if you don't!
</sub>

Expand All @@ -32,4 +32,3 @@ Certitrack is Dockerized and deployed with Azure Pipleines (CI/CD).

## FEATURES TO ADD:
- edit customer name freely for redeemed certificate
- rework frontend in Vue.js

0 comments on commit 005f6d4

Please sign in to comment.