Skip to content

sushilmate/PopcoreService

Repository files navigation

PopcoreService

This project is popcore API service which internally calls to external APIs with rate limiting and provides the pagination to the response and UI can access through https://localhost:44301/swagger/index.html

I have also deployed this service on Azure cloud, you can access this API through https://popcoreservice.azurewebsites.net/swagger/index.html

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Run dotnet command:

    dotnet run
    
  5. Launch https://localhost:44301/swagger/index.html in your browser to view the API

  6. also you can access from Azure Web App https://popcoreservice.azurewebsites.net/swagger/index.html

Technologies

  • .NET Core 3
  • ASP.NET Core 3

Versions

The [master] branch is running .NET Core 3.1.

License

No license open to everyone.