Giter Site home page Giter Site logo

arielcortez / blazor.jobboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lohithgn/blazor.jobboard

0.0 0.0 0.0 918 KB

Blazor JobBoard is a Blazor WebAssembly based web application inspired by https://pory.io job board example.

License: MIT License

PowerShell 16.65% C# 47.10% HTML 24.46% CSS 2.03% JavaScript 9.75%

blazor.jobboard's Introduction

Blazor JobBoard

This is a Blazor Web Assembly application inspired by https://pory.io job board example app here.

Demo

Blazor JobBoard is hosted on azure and can be accessed here: https://blazjobboard.azurewebsites.net

Architecture

Architecture of Blazor JobBoard comprises of the following components:

  • JobBoard.Proxy - Azure Functions Proxy feature is used to proxy the front end pages & back end API. Deployed to Azure Functions App
  • JobBoard.Server - Azure Functions app is used to create the backend API. It provides the following endpoints
    • Types: Provides a list of job types in the system.
    • Locations: Provides a list of locations in the system.
    • Jobs: Provides a list of jobs in the system. Supports locations & types query filters to be passed as querystring
  • JobBoard.Client: Blaxor WebAssembly project which acts as the job board front end. Communicates with backend api via the proxy
  • Cosmos DB: The datastore is Cosmos DB

Here is the architecture diagram: Architecture Diagram

Infrastructure Deployment

Deployment folder contains the Azure CLI script to deploy Blazor JobBoard infrastructure to Azure. The deployment script creates the following components

  • Application Insights
  • Storage Accounts for Function Apps
  • Proxy Function App
  • API Function App
  • Storage Account for Web App
  • Storage Account Static Site Container

Code Deployment

You can deploy your code to your infrastructure using Visual Studio or set up a CI/CD pipeline.

Seed Data

Once you create Cosmos DB, you can use the jobs.json present in Data folder to seed your data store.

Screen Shots

Job Listing

Job Details

blazor.jobboard's People

Contributors

lohithgn avatar

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.