Skip to content

McKenzie-Software/AssetTrakr

Repository files navigation

AssetTrakr AssetTrakr

AssetTrakr is a License, Contract and Asset Tracker for home use built using EF Core and .NET 8.

Usage

Download the latest release and run AssetTrakr.App.Migrator to create the database, then run AssetTrakr.App.

Updating

Download the latest release and run AssetTrakr.App.Migrator. This will run the latest migrations against your database, if you do not run the Migrations AssetTrakr will force close until they are run.

Build from Source

Please note that building from source may prevent you from using the official releases and I cannot guarantee that migrations from official releases will work

See Build from Source on the Wiki.