Quickie 1.0.0

dotnet add package Quickie --version 1.0.0                
NuGet\Install-Package Quickie -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Quickie" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quickie --version 1.0.0                
#r "nuget: Quickie, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Quickie as a Cake Addin
#addin nuget:?package=Quickie&version=1.0.0

// Install Quickie as a Cake Tool
#tool nuget:?package=Quickie&version=1.0.0                

Welcome to Quickie!

Quickie is an open-source library designed to help you build APIs and backend services QUICKLY in .NET. It provides base classes that you can implement to create APIs and backend service with minimal effort. With Quickie, all you need to do is define some classes, and you're ready to go — no endless boilerplate, no hassle.

Quickie is perfect for spinning up tracer bullet APIs or proof-of-concept projects. Whether you're experimenting with ideas or rapidly iterating, Quickie keeps things simple and fun, without feeling like you're trapped in enterprise-grade complexity.

Why Quickie?

  • Remove boiler code and focus of your main logic.
  • Minimal code — just focus on your DTOs and Entities.
  • Optional support for features like rate limiting, and idempotency.
  • Optimized for working with SQL databases, making data access and management straightforward.
  • Flexibility in Configuration: Switch between defaults and custom setups seamlessly.

Quick Start Notes:

  1. Check out the Documentation to get started with Quickie.
  2. Get started
  3. Build by example

Start building lightweight, no-fuss APIs with Quickie !

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.0 37 12/16/2024

Initial publish.