Effortlessly track, manage and optimize inventory precision. Simplify operations and stay in control with ease.
Feectory is an inventory management system designed to help businesses streamline their operations. It provides robust features for tracking, managing, and optimizing inventory with precision and ease.
π Backend Repository: server-feectory
- Real-time inventory tracking
- Automated stock alerts
- Order management
- Reporting and analytics
- User-friendly interface
- Multi-location support
.
βββ public/
βββ src/
β βββ App.vue
β βββ components/
β βββ router/
β βββ views/
β βββ config/
β βββ services/
β βββ main.js
β βββ style.css
βββ ...
- Node.js (v18 or higher)
- Clone the repository
git clone https://github.com/yourusername/feectory.git- Install dependencies
npm install- Set up environment variables
cp .env.example .env- Start the development server
npm run devTo maintain a clean and readable commit history, please follow this format:
- type: Describes the type of change (
feat,fix,text,docs,chore,test). - scope: The part of the project being affected (
backend,frontend,general). - subject: A short, concise description of the change.
feat[frontend]: set up Pinia store
