Forum is a simple web application developed using ASP.NET Core & Angular.
- Three-tier architecture
- Code is covered with unit tests and documentation
- Authorization and registration
- Three types of roles
- Swagger documentation
- Responsive frontend
- Run
npm install
andng build
in theClientApp
folder. - Run the
WebApi
project from the IDE or rundotnet run
in theWebApi
folder. - Open https://localhost:5001 in the browser.