Bhansha is a resturant management system. In, bhansha we can get all the food items that are available in the resturant.
Bhansha is a comprehensive restaurant management system designed to streamline the process of managing food items and orders in a restaurant. With Bhansha, users can view and manage all available food items, place orders, and process payments using the eSewa payment gateway.
- Food Item Management: Add, update, delete, and view all food items available in the restaurant.
- Order Management: Place, update, and track customer orders.
- Payment Integration: Seamless payment processing through the eSewa payment gateway.
- User Authentication: Secure user authentication and authorization.
- Backend: Laravel
- Frontend: jQuery, HTML, CSS
- Payment Gateway: eSewa
- PHP >= 8.0
- Composer
- Node.js & npm
- MySQL
-
Clone the repository:
git clone https://github.com/Darshan-KC/bhansha.git cd bhansha
-
Install Dependencies:
composer install npm install
-
Environment Setup:
cp .env.example .env php artisan key:generate
-
Database migration:
php artisan migrate --seed
-
Serve the application:
php artisan serve
- Access the application: Open your browser and navigate to http://localhost:8000 to access Bhansha.
- Admin Panel: Use the admin panel to manage food items and view orders.
- User Interface: Users can browse food items, place orders, and make payments using eSewa.