Welcome to the Bite Space Admin Panel! This is the part of our application where restaurant owners can manage their data, including categories, menus, dishes, and account information.
🔐 Sign In, Sign Up, and Forgot Password: Users can securely sign in to their accounts, register for new accounts, and reset forgotten passwords, ensuring a smooth and secure user experience.
📁 Manage Categories: Organize your menu items by managing categories, making it easy for users to navigate.
🍽️ Manage Menus: Add, edit, or remove menu items to keep your restaurant's menu up-to-date.
🥘 Manage Dishes: Control the details of each dish, including descriptions, prices, and availability.
👤 Manage Account Information: Update your restaurant's contact information and other account details.
👥 Invite Staff and Members: Grant access to your team members and staff to manage dishes, media, and other account-related tasks.
To get started with the Bite Space admin panel, follow these steps:
-
Clone the Repository: Clone this repository to your local machine using
git clone <repo>
. -
Navigate to Admin Folder: Enter the admin folder using
cd admin
. -
Install Dependencies: Install dependencies by running
npm install
. -
Set Environment Variables: Set up environment variables for Supabase. You can find the necessary variables in the
.env.example
file. Rename it to.env.local
and fill in the required values. -
Run the Application: Start the application by running
npm run dev
. -
Access the Admin Panel: Open your browser and go to
http://localhost:3000
to access the Bite Space admin panel.
If you encounter any issues or have any questions regarding the Bite Space admin panel, feel free to reach out to us at GitHub canopas or @canopassoftware, we're here to help!