/Overflower

Primary LanguageC#MIT LicenseMIT

ASP.Net REST API Overflower

Description

API returning tag data from StackOverflow.

Overflower is using ASP.Net 8

Features:

  • downloads the 1000 most popular tags from the StackOverflow API
  • calculation of the % share of the tag in the pool taken
  • sorting by tag name
  • paging

How to setup

  1. Install Docker
    • for Windows - Install DockerDesktop

How to run

  1. Open terminal
  2. Go to your .sln directory (directory with docker-compose.yaml file)
  3. Run docker-compose
    docker compose up -d
  4. Run your application using your favorite IDE or terminal cd YourName.Api && dotnet run
  5. Go to Swagger
  6. Check if it looks good

Development

I am happy to accept suggestions for further development. Please feel free to add Issues :)

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.