Git Product home page Git Product logo

yalcincan / net6_vue3typescript_taskmanagementapp Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 4.0 5.99 MB

NET Core Identity,JWT,Role Based Authorization,CQRS Pattern,UnitOfWork,Vue3,Pinia,Typescript,Fluent Validation,Vuelidate,AOP,Sending Emails and more

C# 62.34% Dockerfile 0.32% JavaScript 5.03% HTML 0.45% Vue 22.34% TypeScript 9.12% SCSS 0.40%
autofac axios cqrs-pattern fluentvalidation pinia typescript unitofwork-pattern vue3-composition-api docker docker-compose

net6_vue3typescript_taskmanagementapp's Introduction

NET6 with VueJS 3 (Typescript) Composition API (Quasar Framework) Task Management Project

TaskManagement

Features

Backend

  • .NET6
  • Entity Framework Core โ€“ Code First
  • Response Wrappers
  • CQRS Pattern
  • Mediatr
  • UnitOfWork Pattern
  • Docker
  • Automapper
  • Repository Pattern
  • Net Core Identity with JWT Authentication
  • Database Seeding
  • Custom Exception Handling Middleware,
  • Confirmation Mail
  • Logging (Serilog)
  • Validation (Fluent Validation) with Aspect (Autofac,Castle.DynamicProxy)

Frontend

  • Vue3
  • Composition API
  • Typescript
  • Vuelidate
  • Tailwindcss
  • Pinia
  • Route guards

How To Start .Net API

For api, you must edit the appsettings.json file before typing these commands. I used postgresql as database

Docker support added you can start project with docker, first you must look docker compose yaml file and write

docker compose -f "docker-compose.yml" up -d --build

When the project is up, the migrations run automatically, but you can run it manually with the following command.

dotnet ef database update --context TaskContext --project "DataAccess" --startup-project "WebAPI"

After these commands, a database will be created.

Default User Account :

Username : defaultuser
Password : 159357456qW

How To Start Quasar Project

npm install
quasar dev

net6_vue3typescript_taskmanagementapp's People

Contributors

yalcincan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.