Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rd003/inventorymgt_aspnetcore_backend
- Owner: rd003
- License: mit
- Created: 2024-03-05T11:50:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:41:37.000Z (9 months ago)
- Last Synced: 2024-04-08T07:24:30.203Z (9 months ago)
- Topics: aspnetcore, aspnetcoreapi, dapper
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.