Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.34 KB

Job Logger

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.

Getting Started

This project was created using Visual Studio Community 2015 on Windows 10. Additional configuration may be required on other platforms/IDEs.

Deployment

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.

License

This project is licensed under the 3 Clause BSD License - see the LICENSE.txt file for details