Stocky is a full-stack web application built with Java, Spring Boot, and Angular, following clean architecture pattern. Designed to streamline multi-store management for busy business owners, Stocky offers a highly efficient, scalable, and user-friendly experience, consolidating all store operations into one intuitive platform
See a Live Demo Here: stocky.jamesaworo.me
- Login screen
- Setup Company
- Manage products
- Add products
- Sales Point
- Sales Point (Dark Mode)
- Stock Settings (Dark Mode)
- Add expenses
- User authentication and authorization system
- Stock and inventory management
- Company, customers and employee management
- Product and product category management
- Reports and analytics
- Settings and application configuration
- Search and filter functionality for easy product discovery
Stocky is built using the following technologies and tools:
To run Stocky locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/stocky.git
-
Navigate to the project directory:
cd stocky
-
Install dependencies:
mvn install
-
Start the backend server:
mvn spring-boot:run -Dspring-boot.run.profiles=dev
-
Stocky should now be running at
http://localhost:8080
After successful installation, follow the steps below:
- Set up company profile
- Goto Company and update company information, administrator information, language and currency.
- save to apply changes.
- Add product categories
- Add all your product categories
- Add or upload product using an Excel sheet.
- Start selling.
Aworo James: james.aworo@outlook.com
Stocky is released under the MIT License.