https://github.com/jjosh102/obakisite
This website is built using Blazor WASM and hosted in Azure as a static website. It utilizes Azure Functions as its backend API and takes full advantage of Azure's serverless services.
https://github.com/jjosh102/obakisite
azure-functions blazor chatgpt mudblazor personal-website show static-site vertical-slice-architecture wasm
Last synced: about 2 months ago
JSON representation
This website is built using Blazor WASM and hosted in Azure as a static website. It utilizes Azure Functions as its backend API and takes full advantage of Azure's serverless services.
- Host: GitHub
- URL: https://github.com/jjosh102/obakisite
- Owner: jjosh102
- License: mit
- Created: 2022-10-29T10:55:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:03:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-23T13:47:50.165Z (over 1 year ago)
- Topics: azure-functions, blazor, chatgpt, mudblazor, personal-website, show, static-site, vertical-slice-architecture, wasm
- Language: C#
- Homepage: https://victorious-sea-07588b900.2.azurestaticapps.net
- Size: 12 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# [ObakiSite](https://www.joshuajpiluden.site/obaki)
I created this personal website mainly as a way to familiarize myself with new concepts and technologies.
# Chat GPT Integration
The integration of ChatGPT on this site utilizes the [Betalgo.OpenAI.GPT3 library](https://github.com/betalgo/openai).
(Looking to migrate to Azure OpenAI client library for .NET).
# Rich text box
This is made possible using the following packages:
##### https://github.com/Blazored/TextEditor
##### https://quilljs.com/
Please check and support their work.
# License
MIT License