Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cihatsolak/business-track-app
The project was developed with .net core 3.1 version. During the development phase, design-oriented concerns were not focused on, as the main focus was on writing clean and principled code.
https://github.com/cihatsolak/business-track-app
asp-net-core automapper bootstrap5-alpha1 business fluentvalidation identity jquery nlayer-architecture tracking
Last synced: 15 days ago
JSON representation
The project was developed with .net core 3.1 version. During the development phase, design-oriented concerns were not focused on, as the main focus was on writing clean and principled code.
- Host: GitHub
- URL: https://github.com/cihatsolak/business-track-app
- Owner: cihatsolak
- License: mit
- Created: 2020-09-01T19:36:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T22:29:37.000Z (almost 4 years ago)
- Last Synced: 2024-12-23T01:50:02.682Z (19 days ago)
- Topics: asp-net-core, automapper, bootstrap5-alpha1, business, fluentvalidation, identity, jquery, nlayer-architecture, tracking
- Language: C#
- Homepage:
- Size: 21.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Business Track Application (Job Tracking System)
We set out with the principle of writing clean code and aimed to write a system where a company can follow its internal business. The project consists of four layers: Web, Entities, DataAccess and Business. In addition to the asp net core 3.1 version, I also developed additional packages, which are widely used in the industry, by including them in the project. In the information below, there is information about what packages and which layer I use.
![homeindex](https://user-images.githubusercontent.com/54249736/92272472-44ae6e80-eef2-11ea-8734-7ebba954a87c.png)
![Screenshot_1](https://user-images.githubusercontent.com/54249736/92272644-98b95300-eef2-11ea-9c7a-db68cbeb26b5.png)
#### Installed Packages (BusinessTrack.Business)
* EPPlus (Excel)
* FastMember
* iTextSharp.LGPLv2.Core
#### Installed Packages (BusinessTrack.DataAccess)
* Microsoft.AspNetCore.Identity.EntityFrameworkCore
* Microsoft.EntityFrameworkCore.Design
* Microsoft.EntityFrameworkCore.SqlServer
* Microsoft.EntityFrameworkCore.Tools
* Microsoft.Extensions.Configuration.Abstractions#### Installed Packages (BusinessTrack.Entities)
* Microsoft.AspNetCore.Identity.EntityFrameworkCore
#### Installed Packages (BusinessTrack.Web)
* AutoMapper.Extensions.Microsoft.DependencyInjection
* FluentValidation.AspNetCore
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
* Microsoft.VisualStudio.Web.CodeGeneration.Design#### Contact Addresses
##### Linkedin: [Send a message on Linkedin](https://www.linkedin.com/in/cihatsolak/)
##### Twitter: [Go to @cihattsolak](https://twitter.com/cihattsolak)
##### Medium: [Read from medium](https://cihatsolak.medium.com/)