Fully functional demo application with Docker support written with ASP.NET Core 2.0 and Angular 5.
The main project goals are:
- demonstrate my skills and knowledge
- write clean code and do everything qualitatively
- play with all that new and awesome stuff I am interested in
Under active development. Try it yourself on quiz.bocharovf.ru
Application consists of several components:
- QuizService - ASP.NET Core 2.0 Web Api application. Represents web service which handles most part of business logic. See QuizService documentation for details.
- QuizClient - Angular 5 single page application to interact with user. See QuizClient documentation for details.
- Database - PostgreSQL database to store application data.
Details about CI/CD process could be found in continuous integration and delivery page.
See the get started guide to build, test and run application quickly.