An end-to-end clone of cybership.io built from scratch. This project started as an assignment but turned into a passion project as I became deeply interested in warehouse management systems (WMS). The application is designed to optimize inventory management, streamline fulfillment, and scale operations efficiently.
- 🚚 Real-time order management dashboard
- 🏷️ Inventory tracking and optimization
- 📦 Automated fulfillment processes
- 📊 Advanced analytics and reporting
- 🌐 Scalable architecture
- 🔐 Authentication and authorization
- ☁️ Deployed on Cloudflare Workers for high performance
- Frontend: React, Next.js, Tailwind CSS
- Backend: Node.js, Express, Prisma
- Database: MongoDB
- Deployment: Vercel, Railway, Cloudflare Workers
- Authentication: Clerk
- Other Tools: Docker, Redis, GitHub Actions
git clone https://github.com/yourusername/cybership-clone.git
cd cybership-clone
# Install dependencies
npm install
# Run the development server
npm run dev
Create a .env
file in the root directory:
DATABASE_URL=your_database_url
NEXT_PUBLIC_CLERK_FRONTEND_API=your_clerk_frontend_api
CLERK_API_KEY=your_clerk_api_key
Deployed seamlessly on:
- 🔥 Vercel (Frontend)
- ⚡ Railway (Backend)
- 🌩️ Cloudflare Workers (Edge functions)
# Deploy on Vercel
vercel deploy
- 📱 Mobile responsiveness
- 🧪 Unit and integration testing (Jest, Cypress)
- ⚡ Performance optimizations
- 🔄 Real-time updates with WebSocket
- 🧭 Advanced role-based access control
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
- 💼 LinkedIn: Shiruvati Narasimha
- 💻 GitHub: ShiruvatiNarasimha
- ✉️ Email: [email protected]
This project is licensed under the MIT License.
⭐ Star this repo if you like it! ❤️
⚡ “Building scalable solutions, one project at a time.”