Skip to content

udelblue/Systemize

Repository files navigation

Systemize

Systemize is a document workflow system. This allows users to create templated workflows to provide a linear approval system for digitized documents. Some of the features are a history and timeline of all events. Metrics on time spent at each stage of the approval process. Basic authentication, and more.

alt text

alt text

alt text

alt text

Run

To run the project please follow the following commands below.

Run the following command to create a new migration and update the database

  • delete the files in migrations folder
  • to run update connection string in appsettings.json

run the following command in the terminal

dotnet ef migrations add InitialCreate
dotnet ef database update

or

Add-Migration InitialCreate
Update-Database

Releases

No releases published

Packages

No packages published

Languages