These folders contain the core components of BaGet:
BaGet
- the app's entry point that glues everything togetherBaGet.Core
- BaGet's core logic and servicesBaGet.Core.Server
- the services that implement the NuGet server APIs usingBaGet.Core
BaGet.Protocol
- libraries to interact with NuGet servers' APIsBaGet.UI
- BaGet's React frontend
These folders contain database-specific components of BaGet:
BaGet.Database.MySql
- BaGet's MySQL database providerBaGet.Database.Sqlite
- BaGet's SQLite database providerBaGet.Database.SqlServer
- BaGet's Microsoft SQL Server database provider
These folders contain cloud-specific components of BaGet:
BaGet.AWS
- the AWS implementation of BaGetBaGet.Azure
- the Azure implementation of BaGet