Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 843 Bytes

File metadata and controls

31 lines (21 loc) · 843 Bytes

Xpert Grocery Manager

Xpert Grocery Manager is an inventory management system for Grocery stores created using ASP dotNET core MVC framework.

Installation

  1. Install Visual Studio.
  2. Run Visual Studio Installer and install these workloads:
    • ASP dotnet and web development
    • Data storage and processing
  3. Clone this repository.
  4. Open XpertGroceryManager.sln on Visual Studio

Create database

  1. On Visual Studio, find View > Other Windows > Package Manager Console

  2. Run:

    Enable-Migrations
    Update-Database
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT