Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rd003/inventorymgt_aspnetcore_backend

Inventory and stock management apis (Very basic) with dapper, not using authentication here
https://github.com/rd003/inventorymgt_aspnetcore_backend

aspnetcore aspnetcoreapi dapper

Last synced: about 2 months ago
JSON representation

Inventory and stock management apis (Very basic) with dapper, not using authentication here

Awesome Lists containing this project

README

        

# Inventory Management (Basic)

Basic Inventory Management System backend with aspnet core web api. It does not have any authentication system.

## TechStack

- Asp.net core web api (8.0)
- Microsoft SQL Server
- Dapper (ORM)

## Does it have front-end also?
Yes. I have made it's front end application with angular 17. [GitHub repo](https://github.com/rd003/InventoryMgtAngular).

## Where do I find database script?

Database script is available in **inventory_db_script.sql** file, which is located in root directory.

## How to run

- Clone this project
- Modify connection string. Replace server= '{my_server_name}' to '{your_server_name}'.
- Find the database script and run it.
- You can run your project now

🙂 Github star is appreciated.