A simple dotnet core web application that shares a Brother scanner over the network using SANE (Scanner Access Now Easy
This is a re-write of a golang web application with bindings to the SANE scanner API.
The golang version was only an API, Now a React frontend will be added to interact with the backend.
- dotnet build
- dotnet ef migrations add Initial -o ./Server/Data/Migrations
- dotnet ef database update