Hyprstock is a hyperlocal inventory management platform enhanced with AI to manage inventory and provide product demand suggestions. The backend is powered by Cloudflare Workers, and the frontend is built with React and Tailwind CSS.
- Features
- Technologies
- Installation
- Usage
- Contributing
- License
- Inventory management for hyperlocal features
- AI-based product need and demand suggestions
- Backend: Cloudflare Workers
- Frontend: React, Tailwind CSS
- Other: JavaScript, CSS, HTML
- Node.js
- Bun (JavaScript runtime)
git clone https://github.com/Arnab-Afk/hyprstock.git
cd hyprstock
cd hypr
bun install
bun run dev
Deploy the application:
bun run build
The main backend logic is located in the root folder, leveraging Cloudflare Workers. The frontend interface is in the hypr directory, built with React and Tailwind CSS. Follow the installation steps to set up the project locally.
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code adheres to the project's coding standards and includes appropriate tests.