abdurrahmanyildiz / AngularWithNetCore

A project that uses Angular8 for frontend and .Net Core for Backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularWithNetCore

This is a project with an Angular8 for frontend and .Net Core MVC for backend.

Project created in Visual Studio 2017 with .Net Core 2.1. To start project, open solution in Visual Studio and run project. Solution will build and open a login page. You can login with username: admin and password: 12345

You can find usage of followings in angular and .net core project:

Backend

-.Net Core APIs and Angular project in a single solution

-Authorized calls with backend and frontend via JWT tokens

-CORS implementation

-TokenOptions implementation from appsettings.json

-Dependency Injection implementation for a fake authorization repository

Frontend

-Implementation of Different layouts (For login, register and For authenticated pages)

-AuthGuard implementation

-Interceptor implementations

-Apexcharts implementation

-Singelton service implementation

-Responsive pages and sidebar menu with Bootstrap implementation

For css library you can take look at:

https://demos.creative-tim.com/paper-dashboard/docs/1.0/components/alerts.html

Responsive full page and mobile mode will be as following:

Dashboard

Dashboard in mobile

About

A project that uses Angular8 for frontend and .Net Core for Backend.


Languages

Language:CSS 72.0%Language:TypeScript 11.1%Language:C# 6.7%Language:HTML 6.4%Language:JavaScript 3.7%