Skip to content

tapin13/twitter

Repository files navigation

Initialization steps

  1. Alter appsettings.json fill:
  • DB connection string
  • twitter tokens ans secrets
  1. restore packages by dotnet restore
  2. create database using migration dotnet ef database update
  3. run by dotnet run

The the api can be queried using curl -k "https://localhost:5001/api/tweets?latitude=-22.7824&longtitude=-43.4090&radiusMeter=40000000" this querry will bring you all tweets from point defined by lat:-22.7824 lon:-43.4090 at radius of 40`000km

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages