Skip to content

exemory/Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Forum is a simple web application developed using ASP.NET Core & Angular.

Features

  • Three-tier architecture
  • Code is covered with unit tests and documentation
  • Authorization and registration
  • Three types of roles
  • Swagger documentation
  • Responsive frontend

Build and run

  1. Run npm install and ng build in the ClientApp folder.
  2. Run the WebApi project from the IDE or run dotnet run in the WebApi folder.
  3. Open https://localhost:5001 in the browser.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4 screenshot5 screenshot6