Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 896 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 896 Bytes

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.