API to mimic NYT Top Stories API
- .Net Core (3.x)
- SQL Server (2019)
- Clone/download repo
- Create a database named
NYTStories
- Use the
top-stories-db-backup.sql
script to create the tables - Change the db
connectionstring
inapsettings
- Open the
TopStoriesAPI.sln
file on VSCode or VS - Run the project and go to
https://localhost:44392/api/index.html