GithubHelp home page GithubHelp logo

brendenblack / linkedout Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 3.53 MB

Keep track of the resumés that you submit to the void. A test drive of Blazor

C# 77.37% HTML 15.76% CSS 5.03% Dockerfile 1.42% Batchfile 0.42%

linkedout's Introduction

LinkedOut

LinkedOut build status

Submitting resumés to the void

LinkedOut can help you keep track of all of the fruitless applications you submit during a job hunt. Keep detailed records of the job description, the resumé and cover letter you sent in, and any contact you miraculously had with the company.

Technology stack

LinkedOut was built with server-side Blazor as the UI on top of patterns informed mostly by Jason Taylor's Clean Architecture.

Authentication

The app is built to authenticate with an OIDC authority. I happen to be developing against Keycloak but it doesn't matter too much. The following blog posts were instrumental in figuring out how to wire up authentication:

  1. Blazor Authentication with OpenID Connect
  2. Blazor Login Expiration with OpenID Connect

Setting up the dev environment

  1. Set up database access

appsettings.Development.json is preconfigured to use MSSQLLocalDB

  1. Set up an OIDC authority

You can start up a local instance of Keycloak with the following command:

docker run -d -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:12.0.1

Then you have to add a realm & client, and populate appsettings.Development.json with the appropriate values.

linkedout's People

Contributors

brendenblack avatar

Watchers

James Cloos avatar  avatar

linkedout's Issues

Easy dev startup

Find a way to have a one-button startup for a new dev.

  • Database: an appsettings.development.json preconfigured to use LocalDb + migrations takes care of the database
  • OIDC: ???

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.