Skip to content

JensHendar/backend-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

backend-coding-challenge

Write a REST Api where you can query for for the difference between difference states population using: https://datausa.io/api/data?drilldowns=State&measures=Population&year=latest.

Also save all queries made with datetime in a database and provide a way to access this information.

Requirements:

  • Use .NET and SQL Server

Results:

  • Rest API with that can return:
    • The difference in population between two specific states, filtered by year if chosen
    • The state with the biggest/smallest population
    • 1 other interesting comparison/information from the dataset
  • Some way of accessing logs of queries made

Challenge instructions:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published