https://github.com/lazar-ristic/inventorymanagementapi
Simple inventory management REST API built with .NET Core and SQLite
https://github.com/lazar-ristic/inventorymanagementapi
asp-net-core dotnet-core ef-core inventory-management rest-api sqlite web-api
Last synced: about 2 months ago
JSON representation
Simple inventory management REST API built with .NET Core and SQLite
- Host: GitHub
- URL: https://github.com/lazar-ristic/inventorymanagementapi
- Owner: Lazar-Ristic
- Created: 2025-06-11T06:19:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-11T06:22:59.000Z (about 1 year ago)
- Last Synced: 2025-06-11T13:37:59.497Z (about 1 year ago)
- Topics: asp-net-core, dotnet-core, ef-core, inventory-management, rest-api, sqlite, web-api
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management API
A simple RESTful API built with ASP.NET Core 6 and Entity Framework Core for managing products and categories. This project is ideal for learning API design, data relationships, and SQLite integration with .NET Core.
## 🚀 Features
- CRUD operations for products and categories
- SQLite database for easy setup
- Swagger UI for API testing
- Entity Framework Core for data access
- Clean architecture and easy-to-extend codebase
## 📦 Technologies Used
- ASP.NET Core 6
- Entity Framework Core
- SQLite
- Swagger (Swashbuckle)
- Visual Studio / VS Code
## 🛠️ Setup Instructions
1. **Clone the repository:**
```bash
git clone https://github.com/Lazar-Ristic/InventoryManagementAPI.git
cd InventoryManagementAPI