steve-warren / tailwind-api-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind + Vue + ASPNET Core + Cosmos DB Template

This template is a starting point for building a web application using Tailwind UI, Vue, ASP.NET Core, and Cosmos DB.

Project Structure

api

The api folder contains the ASP.NET Core Web API project. This project is responsible for providing an API for the Vue application.

app

The application layer.

domain

The domain layer contains the business logic for the application. This layer is responsible for defining the domain model and business rules.

infra

The infrastructure layer.

test

Contains unit tests for the application and domain layers.

About


Languages

Language:C# 94.3%Language:Vue 2.6%Language:HTML 1.1%Language:JavaScript 0.8%Language:TypeScript 0.8%Language:CSS 0.4%