Skip to content

dotnetcorenoob/topUpApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This API is used for effectively managing the Top up beneficieries. It is written in .net 8 ,sql server and uses the below packages, Dapper,Swagger,Serilog,Identity4

It has the token authentication setup but for now it is disabled.

To Test this API follow the below steps.

  1. Clone the Repository
  2. Download the Queries to be executed in SQL server.
  3. Update the Connection strings in the AppSettings.Development.json
  4. Install/Update the nesscary packages from Nugetpackage manager in VS
  5. Also, Clone the ExternalBalanceService API - https://github.com/dotnetcorenoob/ExternalBalanceService.git and makes sure it is running
  6. Update the ExternalApiUrls settings in the Appsettings.development.json file to point the localhost url of the external balance service
  7. Run the solution ,you should be taken to the SwaggerUI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published