Kyogre Ruby Delivery is a web application designed for managing a digital menu for food delivery services. It allows users to create, update, and manage products and categories, providing a seamless experience for both restaurant owners and customers.
- User Authentication: Secure login and registration for users.
- Role-Based Access: Different access levels for administrators and regular users.
- Category Management: Create, update, and delete food categories.
- Product Management: Add, update, and remove products associated with each category.
- Image Upload: Upload and manage product images from a centralized storage.
- Cart Functionality: Users can add products to their cart and proceed to checkout.
- Order History: View past orders and their statuses.
- FastAPI Backend: A robust RESTful API built with FastAPI for handling requests and managing data.
- CORS Support: Cross-Origin Resource Sharing enabled for seamless integration with frontend applications.
- Mobile-Friendly: The application is designed to be fully responsive, providing a great user experience on both desktop and mobile devices.
- Sales Analytics: Track sales data and product performance.
- User Insights: Analyze user behavior and preferences.
- Node.js (v14 or higher)
- Python (v3.7 or higher)
- PostgreSQL or SQLite for the database
- Clone the repository:
git clone https://github.com/yourusername/kyogre-ruby-delivery.git cd kyogre-ruby-delivery
cd backend pip install -r requirements.txt cd backend uvicorn server_fastAPI:app --reload
cd frontend npm install npm start
Suggested Pricing for SaaS Model Pricing Tiers Basic Plan - $19/month Access to core features Up to 100 products Basic analytics Pro Plan - $49/month All Basic Plan features Up to 500 products Advanced analytics Email support Enterprise Plan - $99/month All Pro Plan features Unlimited products Priority support Custom integrations Discounts Annual Subscription: Save 15% when you pay annually.
License This project is licensed under the MIT License - see the LICENSE.md file for details.
Contact For inquiries, please contact:
Email: [email protected] GitHub: yourusername