A C# Sports Library that supports an ASP.NET Core MVC Web Application that has data persistence from a PostgreSQL database. With included tests for the Library.
- Create | Read | Update | Delete
- Sports Regions (Repos)
- ex: US - Sports Western, US - Sports Eastern
- Sports (Individual Sports)
- ex: Hockey - West, Soccer - East
- Teams
- ex: BlackHawks, Chicago Fire FC
- Players
- Sports Regions (Repos)
- Download repo
- Adjust connection string to fit your local/hosted PSQL Db instance
- Install code/nuget dependencies
- using Package Console create/update your db instance
- Run MVC App