-
Install .NET 8
- Mac:
brew install dotnet
- Windows/Linux: Download .NET 8 here
- Mac:
-
Clone the Repository
git clone https://github.com/mazonk/compulsoryREST.git
cd compulsoryREST- Environment Setup
- create .env file with provided credentials
dotnet restore- Run the API
dotnet run- you can find the app running on: http://localhost:5208