Inventory Management is a .NET 6.0 Sample Application that has a Clean Architecture.
git clone https://github.com/sebastiandonastor/InventoryManagment.git
- Set as starting project 'InventoryManagment.Api' Solution.
- Open the Nuget Package Manager Console. Point to the 'InventoryManagment.Identity' Solution and run the command below:
- Repeat step number but instead you should point to InventoryManagment.Persistence, then run the following command:
- After that you just need to run the app by pressing F5.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.