Skip to content

Rater-Inc/dotnet-api

Repository files navigation

Rater API Backend

Setup Instructions

  1. Clone the Repository:

    git https://github.com/Rater-Inc/dotnet-api.git
    cd dotnet-api
    
  2. Restore Dependencies:

    dotnet restore
  3. Build the Project:

    dotnet build
  4. Run the Project:

    Visit http://localhost:8031/swagger/index.html for the API details, Swagger Page.

    dotnet run

Run as a Container:

After this command API will be accessible at 8031 port. Do not forget to pull changes from latest branch!

docker-compose up --build -d

Dependencies

  • .NET 8 SDK: The core framework required to build and run the project.
  • PostgreSQL: For relational database management.
  • Redis: For token caching.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published