Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandanghosh/goblaztodos
POC: A simple todo app using Go backend and C# blazor wasm frontend. Just to check how cool it would be to try arguably one of the best of backends and new frontend hotness!! :)
https://github.com/chandanghosh/goblaztodos
blazor-wasm-frontend golang
Last synced: 21 days ago
JSON representation
POC: A simple todo app using Go backend and C# blazor wasm frontend. Just to check how cool it would be to try arguably one of the best of backends and new frontend hotness!! :)
- Host: GitHub
- URL: https://github.com/chandanghosh/goblaztodos
- Owner: ChandanGhosh
- License: mit
- Created: 2019-11-15T07:47:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T20:38:19.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T18:00:32.869Z (8 months ago)
- Topics: blazor-wasm-frontend, golang
- Language: HTML
- Homepage: https://goblaztodos.azurewebsites.net/todo
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# goblaztodos
A todo app using Go backend and C# blazor wasm frontend
Wanna see the site? Check this: https://goblaztodos.azurewebsites.net/todo
# Pre-reqs
Go v1.13+ (https://golang.org/dl)
DOTNET CORE 3.0+ (https://dot.net)
Blazor 3.0.0-preview9 (https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor/3.0.0-preview9.19465.2)
# How to run
Simple run using makefile.
`make build`
`make run`
# docker
`make docker-build`
`make docker-run`
Navigate to http://localhost:3000
HAVE FUN :)