Skip to content

P259-Simpra-NET-Bootcamp/final-mtekinn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

SimpraFinal Project

Introduction

SimpraFinal is a .NET Core based project which provides an example of implementing various functionality including user registration and login, and role based authorization.

Project Structure

The project is structured into two main parts:

  1. SimpraFinal.Data: This part contains all the data entities and database-related functionality like migrations, context, etc. It uses Entity Framework Core as the ORM.

  2. SimpraFinal.Business: This is the business logic layer of the application where all the business rules and logic are implemented. It contains services, repositories and other related files.

  3. SimpraFinal.API: This layer is the application interface that serves endpoints to interact with the application services and resources. It uses ASP.NET Core Web API framework and follows REST architectural style.

About

final-mtekinn created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published