Skip to content

gd-nws/api

Repository files navigation

Good News! API

.Net Core implementation of the Good News API. The API handles:

  • Fetching headlines.
  • Searching headlines.
  • User sessions (always anonymous).
  • Headline annotations.

Documentation

Docs can be found at:

Running Locally

Copy the .env.example file to .env, and update with your database details. Then run: cd ./src/GoodNews && dotnet restore && dotnet run.

It can be ran in watch mode to respond to file changes with: dotnet watch run.

Releases

No releases published

Packages

No packages published