GithubHelp home page GithubHelp logo

ikarakayali / net6_vue3typescript_movieapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yalcincan/net6_vue3typescript_movieapp

0.0 0.0 0.0 23.31 MB

NET Core Identity,JWT,Refresh Token,Caching(Redis,InMemory),Logging,Role Based Authorization,Vue3,Pinia,Typescript,Fluent Validation,Vuelidate,AOP,Admin Dashboard,Sending Emails,Complete Account Management and more

JavaScript 2.48% C# 51.76% TypeScript 10.97% HTML 0.22% Vue 30.60% Dockerfile 0.15% SCSS 3.82%

net6_vue3typescript_movieapp's Introduction

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

Movie

Features

Backend

  • .NET6
  • Entity Framework Core โ€“ Code First
  • Repository Pattern
  • Response Wrappers
  • Action Filters
  • Automapper
  • Docker
  • Net Core Identity with JWT Authentication,Refresh Token
  • Role Based Authorization
  • Database Seeding
  • Custom Exception Handling Middleware,
  • Caching (Memory and Redis single interface configure from appsettings.json file example using => Business Concrete Category Manager)
  • Complete User Management (Register / Generate Token / Forgot Password / Confirmation Mail)
  • Logging (Serilog),Validation (Fluent Validation),Transaction,Exception,Performance with Aspects (Autofac,Castle.DynamicProxy)

Frontend

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

How To Start .Net API

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

Docker support added you can start project with docker, first you must look docker compose yaml file rediscache settings eg. 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 MovieContext --project "DataAccess" --startup-project "WebAPI"

After these commands, a database will be created.

Default Admin Account :

Username : admin
Password : 159357456qW

How To Start Quasar Project

npm install
quasar dev

References

https://github.com/drehimself/laravel-movies-example

I made this project inspired by the project made with Laravel in the link, I made additions to it. Login, Register, Favorites (Add-Remove), Dashboard Panel eg.

net6_vue3typescript_movieapp's People

Contributors

yalcincan 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.