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.
Coming soon.
├─── 📁 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
Coming soon.
Coming soon.
Coming soon.
Coming soon.