Genocs.Library.Template 0.0.1-alfa1

This is a prerelease version of Genocs.Library.Template.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 5.10.0 or higher.

dotnet new install Genocs.Library.Template::0.0.1-alfa1
This package contains a .NET Template Package you can call from the shell/command line.

License Build Packages Downloads Contributors Forks Stargazers Issues Discord Gitter Twitter Twitterx LinkedIn

<p align="center"> <img src="./assets/genocs-library-logo.png" alt="icon"> </p>

Genocs Library Template

Built for .NET6.x and .NET7.x. Incorporates the most essential Packages your projects will ever need. Follows Clean Architecture Principles.

Goals

The goal of this repository is to help developers/companies kickstart their Web Application Development with a pre-built Web Api Template based on Genocs Library nuget Packages. It includes several much needed components and features.

Note that this is a backend application only! The frontend for this application is available in a seperate repository.

Prerequisites

  • Make sure you have the Genocs Backend API Running.
  • Once Genocs's .NET Web API is up and running, run the Blazor WebAssembly Project to consume it's services.

Getting Started

Open up your Command Prompt / PowerShell and run the following command to install the solution template.

# To build the nuget package
nuget pack ./src/Package.Template.nuspec -OutputDirectory ./src/nupkgs -Version 1.0.0
dotnet new --install Genocs.Library.Template

or,

if you want to use a specific version of the template,

use

dotnet new --install Genocs.Library.Template::1.0.0

This would install the Genocs Library Web Api Template globally on your machine. Do note that, at the time of writing this documentation, the latest available version is 1.0.0 which is also one of the first stable release version of the package. It is highly likely that there is already a newer version available when you are reading this.

To get the latest version of the package, visit nuget.org

For more details on getting started, read the documentation

License

This project is licensed with the MIT license.

Changelogs

View Complete Changelogs.

Community

Support

Has this Project helped you learn something New? or Helped you at work? Here are a few ways by which you can support.

  • ⭐ Leave a star!
  • 🥇 Recommend this project to your colleagues.
  • 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn
  • ☕ If you want to support this project in the long run, consider buying me a coffee!

buy-me-a-coffee

Code Contributors

This project exists thanks to all the people who contribute. Submit your PR and join the team!

genocs contributors

Financial Contributors

Become a financial contributor and help me sustain the project. Support the Project!

<a href="https://opencollective.com/genocs"><img src="https://opencollective.com/genocs/individuals.svg?width=890"></a>

Acknowledgements

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 428 5/15/2024
1.1.0 826 5/11/2024
1.0.6 8,414 12/17/2023
1.0.0 5,052 11/26/2023
0.0.1-alfa3 17,144 10/15/2023
0.0.1-alfa2 135 10/15/2023
0.0.1-alfa1 409 10/14/2023

Relesase 1.0.0:
- Clean Architecture Principles Documentation
- .NET7.x
- Swashbuckle 5
- MongoDb as persistence layer
- Mass Transit and RabbitMQ as Enterprice Service Bus