Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 752 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 752 Bytes

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.

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.