New repo
Set up new repo using clone of original
This commit is contained in:
parent
265609c8fb
commit
a3eb5c7676
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# HobbyProjectGenerator
|
||||
A web app that curates recommendations for hobbyists and project enthusiasts.
|
||||
@ -22,6 +22,8 @@ namespace TeamHobby.HobbyProjectGenerator.Main
|
||||
// Logger log = new Logger();
|
||||
//Logger.PrintTest();
|
||||
|
||||
LoggingManager logger = new LoggingManager();
|
||||
logger.CreateLog("Testing logs from main Controller");
|
||||
// Loop login terminal
|
||||
bool mainMenu = true;
|
||||
|
||||
@ -30,6 +32,8 @@ namespace TeamHobby.HobbyProjectGenerator.Main
|
||||
{
|
||||
// Create credentials object
|
||||
GetCredentials credentials = new GetCredentials();
|
||||
logger.CreateLog("Testing credentials from main Controller");
|
||||
|
||||
|
||||
// Get DB credentials ***Both values currently hard coded, will update to user input later on.***
|
||||
string dbUserName = "root";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user