| Frontend | ||||
| Backend |
- SQL Server 2019
- .NET 6
- Node.js
- 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
- Frontend
cd ./client
npm install
npm start
- When logging to the Auth0 use the following credentials:
Email address: www.admin@gmail.com
Password: Admin12#$
cd ./server/tests/UnitTests/IssueTracker.ApplicationTests
dotnet test
cd ./server/tests/UnitTests/IssueTracker.InfrastructureTests
dotnet test
cd ./server/tests/IntegrationTests/IssueTracker.IntegrationTests
dotnet test