Skip to content

Sales management web app using .NET 7.0, database SQL server and other integrated technologies

Notifications You must be signed in to change notification settings

vtp4139/sales-management-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies

  • .NET 7.0: using for create API at backend and ASP.NET Core MVC for front-end
  • JWT: used for authentication using token
  • Microsoft Sql Server: Relational database
  • Entity Framework: ORM(Object Relational Mapper) interact with the database

Main structure

Backend

Frontend

(Not built yet)

Functionality

  • User: login, logout
  • Daster data management: Brand, Category, Item, Customer, Supplier, User
  • Order management system

Guidance

  • Software requirements: Visual Studio, SQL server, SSMS (optional).
  • After cloning the project, go to the src folder, run the .sln file, visual studio will run up.
  • On the navigation bar of Visual Studio select the following: Tools -> NuGet Package Manager -> Package Manager Console.
  • Select default project as SalesManagementWebsite.Infrastructure and run command: update-database to create your local database.
  • Run the SalesManagementWebsite.API project you will see the homepage is Swagger displaying the API library.

Contact