Skip to content

fraxhost/PointOfSale_BackEnd

Repository files navigation

POS System API

This is the API for the Point of Sale (POS) system, developed using ASP.NET Core. The API follows the repository pattern and employs best practices such as Data Transfer Objects (DTOs). It uses a code-first approach for database management with MSSQL Server.

Features

  • Repository Pattern: Ensures a clean separation of concerns and promotes code reusability.
  • DTOs: Used for efficient data transfer between the client and server.
  • Code-First Database: Simplifies database management and migrations.
  • MSSQL Server: Reliable and scalable database management system.

Technologies Used

  • ASP.NET Core: Backend framework.
  • Entity Framework Core: ORM for database operations.
  • MSSQL Server: Database management system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages