Game store is a web application developed using ASP.NET Core & Angular.
- Three-tier architecture
- Authorization and registration
- Three types of roles
- Unit tests
- Integration tests
- Swagger & XML code documentation
- Responsive frontend
- Run the
WebApi
project from the IDE or rundotnet run
in theWebApi
folder. - Run
npm install
andnpm start
in theClientApp
folder. - Open http://localhost:4200 in the browser.