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

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

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