Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 583 Bytes

File metadata and controls

15 lines (11 loc) · 583 Bytes

DiscAdmin

DiscAdmin is a physical media management application. I wrote this during my undergrad to help me organize my CD and DVD collection. It's basically record keeping for my CD cases and everything inside. It was also an excuse to teach myself SQLite.

Written in C# using WinForms, .NET 3.5 and SQLite. Demo:

Word cloud example

Building the project

  • Clone the repo: git clone https://github.com/gpuma/disc-admin
  • Open DiscAdmin.sln on Visual Studio (Tested on VS2017 Community)
  • Install Nuget packages: nuget install packages.config
  • Ready to go