Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deejungx/xpertgrocerymanager
Xpert Grocery Manager is an inventory management system for Grocery stores created using ASP dotnet core MVC framework.
https://github.com/deejungx/xpertgrocerymanager
asp-net-core csharp mvc razor-pages sql-server
Last synced: 17 days ago
JSON representation
Xpert Grocery Manager is an inventory management system for Grocery stores created using ASP dotnet core MVC framework.
- Host: GitHub
- URL: https://github.com/deejungx/xpertgrocerymanager
- Owner: deejungx
- Created: 2021-04-28T03:15:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T03:24:34.000Z (over 3 years ago)
- Last Synced: 2024-11-03T06:41:37.320Z (2 months ago)
- Topics: asp-net-core, csharp, mvc, razor-pages, sql-server
- Language: C#
- Homepage:
- Size: 774 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://visualstudio.microsoft.com/).
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](https://choosealicense.com/licenses/mit/)