Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
/ CSI3450 Public archive

Timecard project for CSI3450 at Oakland University

Notifications You must be signed in to change notification settings

Quiggleson/CSI3450

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

CSI3450

Timecard project for CSI3450 at Oakland University

Download .NET SDK 7.0

Follow the instructions on the website

Add user secrets

cd to the file with .csproj

run dotnet user-secrets init

If you do not know the localhost connection string, you can reference ConnectionStrings.com

It should be along the lines of this, replacing <username> and <password> with your username and password, respectively
Server=localhost;Database=timecard;Uid=<username>;Pwd=<password>;

Once you have your connection string, run
dotnet user-secrets set 'ConnectionStrings:Default' 'Server=localhost;Database=timecard;Uid=<username>;Pwd=<password>;'
I don't know how finnicky macs are, but if that doesn't work, try double quotes

Running the goods

Run from Visual Studio or

Run dotnet run in the command line (make sure you're in the directory with .csproj)

Login info:

Manager account:
Employee ID: 987654321
Password: password2

Employee account:
Employee ID: 212821421
Password: password6

About

Timecard project for CSI3450 at Oakland University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published