Inventory and operations management system.
- Purpose: Manage inventory, warehouses, and company operations in one platform.
- Maintainer: Solo-developed and actively maintained.
- Active development.
- Intended for internal use and iterative improvement.
- Backend: NestJS (TypeScript)
- Frontend: Next.js (TypeScript), Tailwind CSS
- Install workspace dependencies:
pnpm -w install- Start backend:
cd backend
pnpm run start:dev- Start frontend:
cd frontend
pnpm run dev- Create environment files for both packages (for example,
.env.exampleto.env). - Configure required values such as API URL, database connection, and authentication keys.
- This project is maintained by one developer.
- Issues and pull requests are welcome.
- See LICENSE.
- Open an issue for bugs, questions, or feature requests.