Xpert Grocery Manager is an inventory management system for Grocery stores created using ASP dotNET core MVC framework.
- Install Visual Studio.
- Run Visual Studio Installer and install these workloads:
- ASP dotnet and web development
- Data storage and processing
- Clone this repository.
- Open
XpertGroceryManager.slnon Visual Studio
-
On Visual Studio, find View > Other Windows > Package Manager Console
-
Run:
Enable-Migrations Update-Database
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.