Skip to content

NikiforovAll/todo-backend-aspnetcore-minimal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todobackend - Minimal API and .NET 6

An implementation of https://todobackend.com based on .NET and Minimal API approach.

https://todobackend-aspnetcore.herokuapp.com/swagger/index.html

Run tests from API spec

Deploy to Heroku

heroku create todobackend-aspnetcore
heroku buildpacks:set jincod/dotnetcore -a todobackend-aspnetcore
# Buildpack set. Next release on todobackend-aspnetcore will use jincod/dotnetcore.
# Run git push heroku main to create a new release using this buildpack.
git remote add heroku https://git.heroku.com/todobackend-aspnetcore.git
git push heroku main

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages