A simple inventory management solution for small shops and businesses.
- Inventory Management
- Product Management
- Vendor Management
- Inventory Activity Management
- Secure authentication
- Node Version 18
- Yarn Package Manager
- .NET SDK (.NET6 or later)
- Visual Studio Code
Currently the best way to launch this procject is via Visual Studio Code. Other ways of launching the application is being worked on and will be made available shortly.
To start the application in a development environment within Visual Studio Code, kindly complete the following steps:
- Clone Project and Open using Visual Studio Code
- Using VS Code's Termminal execute this command to start the frontend component:
cd src/jsolo.simpleinventory.web/www; yarn start
- Hit the F5 function key within the editor space of VS Cod 5FB8 e to start the backend component.
- Visit http//:localhost:50000 to access the application.