A simple yet powerful inventory management solution designed for small businesses. Streamline stock tracking, reduce costs, and improve productivity with an efficient and easy-to-use system.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
refactor(auth): remove unnecessary blank lines and tidy up code formatting
32fd974View on GitHubrefactor(auth): remove unused reset method from SignInForm
0513277View on GitHubrefactor(auth): remove unused Navbar and routing logic from AuthLayout
ebc538bView on GitHubfeat(auth): implement authentication and password recovery services with 2FA support
2953f10View on GitHubchore: update .gitignore to include JetBrains IDEs, VSCode, and additional OS/editor files
3216d69View on GitHubfeat(auth): implement password recovery and 2FA setup endpoints
c229895View on GitHubchore: remove ErrorModal and SuccessModal components to simplify the codebase
3cf1fdbView on GitHubchore(frontend): Remove unused SVG files and components from the frontend, including icons and form inputs, to streamline the codebase and improve maintainability.
8a3f883View on GitHubfeat(auth): implement 2FA challenge and verification process
692a474View on GitHubfeat(models): add 2FA fields and update role_id foreign key constraint
d61f4faView on GitHubrefactor(auth): make logout_user a static method and update logout route
99cda1aView on GitHubfeat(auth): add 2FA support with fields for enabling and storing OTP secret
2060ef5View on GitHubfeat(auth): add logout functionality and update login route status code
f9d4d2fView on GitHub