An ASP.net core based application for logging job search information per Washington state unemployment guidelines.
Interesting Features:
- Per-user (virtual) log collections using AspNetCore.Identity & EntityFrameworkCore.
- UI using Bootstrap driven by Knockout using html templates with models written in Typescript.
- Main page run as a SPA pulling data from the server using ajax.
- A working xUnit test setup using Moq.
- Additional project development info on My blog.
This project was created using Visual Studio Community 2015 on Windows 10. Additional configuration may be required on other platforms/IDEs.
This App is currently deployed on Azure as a WebApp at https://joblogger.azurewebsites.net/ . Deployment happens automatically when changes are pushed to this Github repo.
This project is licensed under the 3 Clause BSD License - see the LICENSE.txt file for details