Skip to content

Commit

Permalink
Improve readme (loic-sharma#524)
Browse files Browse the repository at this point in the history
Readme: Fixed spelling, renamed BaGet.Core.Server to BaGet.Hosting, added missing PostgreSql database provider, ordered alphabetical.
  • Loading branch information
SeppPenner authored Jun 11, 2020
1 parent 7396ac3 commit 4a78702
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

These folders contain the core components of BaGet:

* `BaGet` - the app's entry point that glues everything together
* `BaGet.Core` - BaGet's core logic and services
* `BaGet.Core.Server` - the services that implement [the NuGet server APIs](https://docs.microsoft.com/en-us/nuget/api/overview) using `BaGet.Core`
* `BaGet.Protocol` - libraries to interact with [NuGet servers' APIs](https://docs.microsoft.com/en-us/nuget/api/overview)
* `BaGet.UI` - BaGet's React frontend
* `BaGet` - The app's entry point that glues everything together.
* `BaGet.Core` - BaGet's core logic and services.
* `BaGet.Hosting` - The services that implement [the NuGet server APIs](https://docs.microsoft.com/en-us/nuget/api/overview) using `BaGet.Core`.
* `BaGet.Protocol` - Libraries to interact with [NuGet servers' APIs](https://docs.microsoft.com/en-us/nuget/api/overview).
* `BaGet.UI` - BaGet's React frontend.

These folders contain database-specific components of BaGet:

* `BaGet.Database.MySql` - BaGet's MySQL database provider
* `BaGet.Database.Sqlite` - BaGet's SQLite database provider
* `BaGet.Database.SqlServer` - BaGet's Microsoft SQL Server database provider
* `BaGet.Database.MySql` - BaGet's MySQL database provider.
* `BaGet.Database.PostgreSql` - BaGet's PostgreSql database provider.
* `BaGet.Database.Sqlite` - BaGet's SQLite database provider.
* `BaGet.Database.SqlServer` - BaGet's Microsoft SQL Server database provider.

These folders contain cloud-specific components of BaGet:

* `BaGet.Azure` - BaGet's Azure provider
* `BaGet.Aws` - BaGet's Amazon Web Services provider
* `BaGet.Gcp` - BaGet's Google Cloud Platform provider
* `BaGet.Aliyun` - BaGet's Alibaba Cloud(Aliyun) provider
* `BaGet.Aliyun` - BaGet's Alibaba Cloud(Aliyun) provider.
* `BaGet.Aws` - BaGet's Amazon Web Services provider.
* `BaGet.Azure` - BaGet's Azure provider.
* `BaGet.Gcp` - BaGet's Google Cloud Platform provider.

0 comments on commit 4a78702

Please sign in to comment.