AJEETX / aby.stock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Manager

Asp.Net Core MVC - Product Stock Management

Stock Manager is ASP.NET Core (7.0), C#, EF code first web applications that help you to manage your all stock item.

Technical Features

  • Microsoft Visual Studio 2022
  • ASP.NET Core MVC 7.0
  • Entity Framework Code First
  • Sql lite
  • JavaScript
  • JQuery data table
  • Admin LTE
  • Bootstrap
  • Generic Repository
  • Dependency injection
  • AutoMapper

How to Run Project

  • Step 1: Unzip the downloaded folder
  • Step 2: Open AbyStockManager.sln file with Visual Studio 2022
  • Step 3: Set as Startup Project "abyStockManager.Web"
  • Step 4: Update database connection: appsettings.json
  • Step 5: Open Package Manager Console and Go to application root directory.
    Run Code
    Add-Migration CreateDB
    update-database
  • Step 6: Run the project by pressing Play / Start button

It is created on the first user when creating the database.
Login:
Email: jag@sda.com
Password: 12345!

About


Languages

Language:JavaScript 89.1%Language:CSS 5.4%Language:C# 3.8%Language:HTML 1.7%