thangchung / todo-dotnet6

This is todo app on .NET 6 and deploy to Heroku

Home Page:https://todo-dotnet6.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-dotnet6

This is todo app on .NET 6

Heroku setup

  • Add .NET 6
> heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack -a todo-dotnet6
> heroku buildpacks
  • Add Postgres
> heroku addons:create heroku-postgresql:hobby-dev -a todo-dotnet6
  • Tail logs
> heroku logs --tail -a todo-dotnet6

About

This is todo app on .NET 6 and deploy to Heroku

https://todo-dotnet6.herokuapp.com/

License:MIT License


Languages

Language:C# 100.0%