- Clone this repo
- cd into the API folder
- Run
dotnet build
- Run
dotnet watch run
- cd into the client folder
- Run
npm install
- Run
ng serve
- You can use the Angular app to test the messaging system
- You can use the BlogSystem.postman_collection.json file inside the Testing folder to test the rest