Skip to content

masanori840816/ApproveWorkflowSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApprovementWorkflowSample

Summary

A workflow sample what is made with ASP.NET Core, Blazor Server, etc.

Database

I use PostgreSQL.

The connection string is written in "appsettings.Development.json" and "appsettings.Production.json" like below.

"DbConnection": "Host=localhost;Port=5432;Database={DATABASE NAME};Username=postgres;Password={PASSWORD}"

About

Approving workflow sample with ASP.NET Core & Blazor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published