Skip to content

zeroslope-arch/zeroslope-dotnet-serverless

Repository files navigation

What is Zero Slope?

ZeroSlope is a .net6 lean serverless project with adoption and simplicity in mind. This project is meant to provide a simple and lean architecture using common industry technologies and practices.

Architecture

Coming soon.

Solution Structure

├─── 📁 Documentation
│   
├─── 🗃️ ZeroSlope.Database
│   ├─── 📁 Scripts
│   └─── 📁 Schemas
│   
├─── #️ ZeroSlope.Models
│   ├─── 📁 Health
│   │    └─── 📁 Responses
│   └─── 📁 Sample
│        ├─── 📁 Requests
│        └─── 📁 Responses
│   
├─── #️ ZeroSlope.Domain
│   ├─── 📁 Base
│   ├─── 📁 Entities
│   ├─── 📁 Mappers
│   └─── 📁 Services
│   
└─── 📁 ZeroSlope.Functions.Api
    ├─── # ZeroSlope.Functions.Health
    │    ├─── 📄 HealthFunctions.cs
    │    └─── 📄 Startup.cs
    └─── # ZeroSlope.Functions.Sample
         ├─── 📄 SampleFunctions.cs
         └─── 📄 Startup.cs

How do I deploy?

Coming soon.

Configuration

Coming soon.

Getting Started

Coming soon.

Examples

Coming soon.

About

ZeroSlope dotnet serverless architecture build for domain specific monorepos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published