Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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