Rater-Inc / dotnet-api

2 stars 0 forks source link

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