ministryoftesting / mot-cert-support-app-csharp

CSharp support app that is used for the Ministry of Testing Automation courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeSheet Manager

This project is a simple time sheet manager application. It allows users to log in to the application and add time sheet entries. Users can log in as either standard or admin users with admin users being able to create new timesheets, users and view reports.

Getting Started

Prerequisites

To build and run this project you will require the following:

  • DotNet Core 8

Running project

Assuming DotNet Core is installed correctly on your machine. The following is required to start the application up:

cd Timesheet
dotnet run

Once complete, the application will be available via http://localhost:8080

About

CSharp support app that is used for the Ministry of Testing Automation courses


Languages

Language:C# 63.8%Language:HTML 36.0%Language:Dockerfile 0.2%