Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

rhuanbarros/MaterialeShop.Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialeShop.Admin

Solution for managing construction material budgets for stores serving various clients. Deployed using Supabase Serverless technologies. The system works entirely on the front end, leveraging C# Blazor WebAssembly, and Supabase Realtime Postgres database.

Custom Snippets

"LINHA": {
	"prefix": "LINHA",
	"body": [
		"<div class='d-flex flex-row justify-center align-center' style='width: 100% !important' LINHA>",
		"</div>"
	],
	"description": "A div"
},

"COLUNA": {
	"prefix": "COLUNA",
	"body": [
		"<div class='d-flex flex-column justify-start align-center' style='width: 100% !important' COLUNA>",
		"</div>"
	],
	"description": "A div"
}

}

Credits

https://github.com/supabase-community/supabase-csharp
https://github.com/patrickgod/BlazorAuthenticationTutorial
https://github.com/d11-jwaring/SupabaseRealtimeBlazorWASM/tree/master

How to deploy

dotnet publish -c Release -o release
firebase deploy

Error message

Failed to find a valid digest in the 'integrity' attribute for resource 'https://blazorwasmsupabasetemplate.web.app/_framework/blazor.boot.json' with computed SHA-256 integrity 'XdcujrjLMAFyEwhjckKrX5naw+S/ieI/g8U7BkEVUc8='. The resource has been blocked.
Unknown error occurred while trying to verify integrity.
service-worker.js:22 Uncaught (in promise) TypeError: Failed to fetch
    at service-worker.js:22:54
    at async onInstall (service-worker.js:22:5)

-----> This is because of old files in cache in the browser. Clear cache by clicking in the clear button (just ctrl + f5 doesn't work) and after press ctrl + f5. This will solve.

ALTER ROLE postgres NOSUPERUSER

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published