Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!! :)

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 :)