https://github.com/ciucurdaniel/carpassociationwebsite
Carp Association Website - Made with ASP .NET MVC5
https://github.com/ciucurdaniel/carpassociationwebsite
boostrap4 csharp entity-framework mvc5-framework sql-server
Last synced: 12 months ago
JSON representation
Carp Association Website - Made with ASP .NET MVC5
- Host: GitHub
- URL: https://github.com/ciucurdaniel/carpassociationwebsite
- Owner: CiucurDaniel
- Created: 2021-03-10T20:52:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T20:38:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T19:54:56.691Z (over 1 year ago)
- Topics: boostrap4, csharp, entity-framework, mvc5-framework, sql-server
- Language: JavaScript
- Homepage:
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started)
# CarpAssociationWebsite
Carp Association Website - Made with ASP .NET MVC5
Carp Associations are similar to banks just that they are dedicated to retired people. They provide their members with possiblity to start a savings account (single account, different than banks where you can have one or many accounts) or to get a loan.
The user of this website is the actual employee of the Carp Association.
The main functionalities provided to employees are:
- Add new members to association
- Give a loan to a member
- Start a savings account for a member
- Generate all the documents from the website as PDF files
# Author of the project
* Ciucur Daniel
*"This project represents my BSc thesis, the project aims to provide a form of digitalization to Carp Associations.
Even nowadays Carp Association use Excel or handwritten notebooks in order to perform their activities. Those solutions are inefficient and error-prone, therefore, my application wants to improve this aspect by providing a web application from where those associations can manage their operations."* - July 2021

# Status of the project
The project is finished, an application with core features of CARP Associations is made available.

# Use cases
The bellow diagram illustrates the use cases of the application.
The user is the CARP employee, however for many interactions the CARP member is also present as he is the one requesting some of the operations.

# Models Overview
Bellow you can see the entities that a typical CARP Association uses and with our application has. This ERD diagram reflects our database schema.
**Note:** The database was created using **Code-First approach** which means we first created the entities and then EF6 generated our database.

## Technologies
| Dependency | Version*
| :--- | ---:
| .NET Framework | 4.7.2
| ASP.NET MVC | 5.2.7
| Bootstrap | 4.6.0
| C# | 6
| Entity Framework | 6.4.4