To run: Navigate to API folder in the terminal and run the following: dotnet ef database update dotnet run Navigate to client folder in the terminal and run the following: npm install ng serve API is running on port :5001 and the application on port :4200