|| HFSclient ||
___________________________
Daniel Schaaf Mike Manchee Joseph Niles Jeffery Dinsmore
Initiated 11/05/2020.
Project Docs · Report Bug · Request Feature
------------------------------This is the Client for the Historical Fantasy Sports Simulator api. with this client the users are able to establish different leagues, teams, add players to teams and simulate games played using historical players in the NFL ranging from 1999-2004 at this time.
- There are no known bugs at this time.
Trello Board design steps https://trello.com/b/9yL8bKzm/fantasyfootballapi-app
- On macOS Mojave or later
- Click here to download the .NET Core SDK from Microsoft Corp for macOS.
- On Windows 10 x64 or later
- Click here to download the 64-bit .NET Core SDK from Microsoft Corp for Windows.
Enter the command dotnet tool install -g dotnet-script
in Terminal for macOS or PowerShell for Windows.
Download and install the appropriate version of MySQL Workbench.
To view or edit the code, you will need an code editor or text editor. The popular open-source choices for an code editor are Atom and VisualStudio Code.
- Code Editor Download:
- Option 1: Atom
- Option 2: VisualStudio Code
- Click the download most applicable to your OS and system.
- Wait for download to complete, then install -- Windows will run the setup exe and macOS will drag and drop into applications.
- Optionally, create a GitHub Account
- Navigate to the HFSclient Repository here.
- Click 'Clone or download' to reveal the HTTPS url ending with .git and the 'Download ZIP' option.
- Open up your system Terminal or GitBash, navigate to your desktop with the command:
cd Desktop
, or whichever location suits you best. - Clone the repository to your desktop:
$ git clone https://github.com/mmanchee/HFSclient.git
- Run the command
cd HFSclient.Solutions
to enter into the project directory. - View or Edit:
- Code Editor - Run the command
atom .
orcode .
to open the project in Atom or VisualStudio Code respectively for review and editing. - Text Editor - Open by double clicking on any of the files to open in a text editor.
- Code Editor - Run the command
- Navigate to the HFSclient Repository here.
- Click 'Clone or download' to reveal the HTTPS url ending with .git and the 'Download ZIP' option.
- Click 'Download ZIP' and unextract.
- Open by double clicking on any of the files to open in a text editor.
- Navigate to HFSclient.Solutions/HFSclient directory using the MacOS Terminal or Windows Powershell (e.g.
cd Desktop/HFSclient.Solutions/HFSclient
). - Run the command
dotnet ef database update
to generate the database through Entity Framework Core. - (Optional) To update the database with any changes to the code, run the command
dotnet ef migrations add <MigrationsName>
which will use Entity Framework Core's code-first principle to generate a database update. After, run the previous commanddotnet ef database update
to update the database.
- To login as the administrator, use the username and password credentials "admin@HFS.local" & "NotSecure123!!"
- The admin credentials can be changed to your preferred username and password by going to the SeedData.cs file in the project root directory
- Change lines 38 & 47 where the username "admin@pierre.local" is to your preferred username
- Change line 48 where the password "Notsecure1" is and change to your preferred password
- Save both files
- Your admin username and password are now updated
Author | GitHub | |
---|---|---|
Daniel Schaaf | dschaaf89 | Daniel.schaaf@outlook.com |
Mike Manchee | mmanchee | mikemanchee@gmail.com |
Joseph Niles | jbnilles | jbnilles24@gmail.com |
Jeffery Dinsmore | jeffdinsmore | hello@jeffdinsmore.com |
If you have any feedback or concerns, please contact one of the contributors.
This project is licensed under the MIT License. Copyright (C) 2020 Daniel Schaaf and William Donovan-Seid. All Rights Reserved.
MIT License
Copyright (c) 2020 **_Daniel Schaaf, Mike Manchee, Joseph Niles and Jeffery Dinsmore_**
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"A school for tech careers... to help people learn the skills they need to get great jobs."
"...The Internet is becoming the town square for the global village of tomorrow..."
- Bill Gates
Return to Top
Co-authored-by: Joseph Nilles jbnilles24@gmail.com Co-authored-by: Jeff Dinsmore hello@jeffdinsmore.com Co-authored-by: Daniel Schaaf daniel.schaaf@outlook.com Co-authored-by: Mike Manchee mikemanchee@gmail.com
Merge Branches type "git fetch mm" mm = to origin all branches will be pulled down type "git merge mm/branch" branch = the branch correct conflicts add and commit changes