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.sqlscript to create the tables - Change the db
connectionstringinapsettings - Open the
TopStoriesAPI.slnfile on VSCode or VS - Run the project and go to
https://localhost:44392/api/index.html
