Skip to content

dotNetGaijin87/IssueTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker

Tech Stack

Frontend

React

TypeScript

Material UI

Auth0
Backend

.NET

C#

EF Core

xUnit

Dependencies

  • SQL Server 2019
  • .NET 6
  • Node.js

To run locally

  1. Backend (depending on your needs you will have to adjust a connection string to the SQL Server in appsettings.Development.json file)
cd ./server/src/IssueTracker
dotnet run
  1. Frontend
cd ./client 
npm install
npm start
  1. When logging to the Auth0 use the following credentials:

Email address: www.admin@gmail.com
Password: Admin12#$

Unit Tests

cd ./server/tests/UnitTests/IssueTracker.ApplicationTests 
dotnet test
cd ./server/tests/UnitTests/IssueTracker.InfrastructureTests
dotnet test

Integration tests (SQL Server required)

cd ./server/tests/IntegrationTests/IssueTracker.IntegrationTests
dotnet test

About

A simple issue tracking application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages