Skip to content

ricardodemauro/TweetApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Tweet App

Created during sessions at twitch.tv/rmaurodev

Published at: https://tweet.rmaurolabs.dev

.NET Core

Architecture

Frontend SPA - ReactJS + Bootstrap

Backend Serverless - Azure Functions + C#

Database - Azure Table Storage (NoSQL)

Config - Azure Key Vault

Notes

Custom binding attribute on Azure Functions

Validation of JWT against UserInfo Endpoint of any Open Id Connect identity provider

Contributors

const contributors = [{
	name: 'Ricardo',
	alias: 'rmaurodev'
	twitch: 'twitch.tv/rmaurodev,
	blog: 'https://rmauro.dev'
}]