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.
To run the project please follow the following commands below.
- 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