Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kxlmtdx/aspinventory
Web application, built on ASP.NET MVC and using Microsoft SQL Server.
https://github.com/kxlmtdx/aspinventory
asp-net-mvc csharp sql-server web
Last synced: about 1 month ago
JSON representation
Web application, built on ASP.NET MVC and using Microsoft SQL Server.
- Host: GitHub
- URL: https://github.com/kxlmtdx/aspinventory
- Owner: kxlmtdx
- License: mit
- Created: 2024-12-18T15:24:27.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-19T10:31:12.000Z (about 1 month ago)
- Last Synced: 2024-12-19T10:31:57.912Z (about 1 month ago)
- Topics: asp-net-mvc, csharp, sql-server, web
- Language: CSS
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ASPInventory
[![.NET Foundation](https://img.shields.io/badge/.NET%20Foundation-blueviolet.svg)](https://www.dotnetfoundation.org/)
![License](https://img.shields.io/badge/License-MIT-blue)## About
ASPInventory is a web application built on the ASP.NET MVC framework, designed for managing and tracking inventory equipment and assets. This project utilizes Microsoft SQL Server as its database backend, providing a robust solution for organizations to maintain an organized inventory system.
## Project Overview
ASPInventory serves as a knowledge base with a user-friendly web interface, allowing users to:
- Track inventory items and their details.
- Manage equipment status and locations.## Getting Started
To run the ASPInventory project locally, follow these steps:
1. **Clone or download the repository:**
```bash
git clone https://github.com/yourusername/ASPInventory.git
cd ASPInventory
```
2. **Set up the database:**Create a new database with named them Categories.
Update the connection string in appsettings.json to point to your SQL Server instance.
```json
"DefaultConnection": "Server=...;Database=Categories;Trusted_Connection=True;TrustServerCertificate=True"
```3. **Run the migrations:**
Open the Package Manager Console in Visual Studio.
Run the following command to apply migrations:
```bash
Update-Database
```## NuGet packets
- microsoft.aspnetcore.mvc.razor.runtimecompilation
- microsoft.entityframeworkcore
- microsoft.entityframeworkcore.sqlserver
- microsoft.entityframeworkcore.tools