-
Clone the Repository:
git https://github.com/Rater-Inc/dotnet-api.git cd dotnet-api
-
Restore Dependencies:
dotnet restore
-
Build the Project:
dotnet build
-
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
- .NET 8 SDK: The core framework required to build and run the project.
- PostgreSQL: For relational database management.
- Redis: For token caching.