brekooname / ASPNET-Core-Angular-7-Project

Complete ASP.NET CORE application with Angular 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASPNET-Core-Angular-7-Project

Banner

If you are new to Angular Must Watch Video How to Learn Angular in 1 hour

Learn Angular

Getting Started

This project contains good features which are required in all project which are developed in industries nowadays. Let’s see what is this project all about, this project is a basic gym project which has 2 modules in it

  1. Admin end
  2. User end

Admin end

Let’s start with admin end first in this part admin has all right of applications master such as adding Users, Role, Scheme, Plan, and various reports such as month wise income and year wise income reports, all member reports and also has a renewal report which shows how much renewal are there for period admin choose.

User end

If you see User end where a User is a person who does work of registration of new members and collecting payment of membership. The user has limited access such user can register a new member and renew membership and see payment details of the member along with renewal date.

The project has 2 parts

  1. ASP.NET Core with Angular CLI
  2. SQL server for database parts

Download Database of Project

Link to download :- https://payhip.com/b/vJ1L

About Platform Used

Angular Version Used 7.0.4 and CLI version 7.0.6

Microsoft Visual Studio Community 2017

Link to download Microsoft Visual Studio Community 2017: - https://visualstudio.microsoft.com/vs/

Microsoft SQL Server 2012

Link to download SQL Server Express: - https://www.microsoft.com/en-in/download/details.aspx?id=29062

External packages which are used in .Net Core Project

  1. JWT Token for Authentication of APIS
  2. Dapper ORM
  3. AutoMapper
  4. System.Linq.Dynamic.Core

External packages which are used in Angular Project

  1. @angular/material
  2. @ngx-bootstrap/datepicker

Credential

=========== User ===========

Username :- user
Password :- 123456

=========== Admin ===========

Username :- admin
Password :- 123456

Complete Project Structure

Banner

Angular Project Structure

Banner

Login Admin

Banner

Admin View

Banner

User View

Banner

Add Member

Banner

About

Complete ASP.NET CORE application with Angular 7

License:MIT License


Languages

Language:TypeScript 36.2%Language:C# 36.1%Language:HTML 27.2%Language:JavaScript 0.4%Language:CSS 0.1%