Skip to content

C# & angular app for consuming the API football-data.org

Notifications You must be signed in to change notification settings

JorgePiaggio/Football-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Football API

How To
  1. Clone project

  2. Generate local SQL Server DB
    In Visual Studio Tools -> NuGet Package Manager -> Package Manager Console
    PM> Update-Database

  3. Run BackEnd
    Add your token from Football-Data to ApiService class
    In Visual Studio, run project 'FootballAPI'

  4. Run FrontEnd
    Open cmd, navigate to project folder, and run the following commands
    ..\FootballAPI\UI-Angular\src> npm install
    ..\FootballAPI\UI-Angular\src> ng serve

  5. Access the app in your navigator
    Go to: localhost:4200