j-nas / ShiftLogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shift Logger

Description

REST API for logging shifts, with a console client for interacting with the API.

Instructions

  1. Clone the repository
  2. In the ShiftLoggerApi directory, setup the database connection string in secrets.json
  3. Initialize the database with dotnet ef database update
  4. Start the API with dotnet run. Take note of the port number.
  5. In another terminal, in the ShiftLoggerClient directory, run dotnet run https://localhost:<your port number>. If the URL is not valid, the program will exit.
  6. If the URL is valid, you will be presented with a menu of options. Select an option with arrow keys and confirm with enter.

About


Languages

Language:C# 100.0%