Coder Social home page Coder Social logo

majdaleid / menucard-restaurant Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18.27 MB

A Symfony 6-based restaurant management system for seamless order and menu management. Features worker registration, dish updates, and an intuitive admin dashboard

PHP 22.13% HTML 48.37% CSS 16.80% JavaScript 3.68% Twig 9.01%

menucard-restaurant's Introduction

Welcome to MenuKarte: A Symfony Practice Project

Dive into the world of Symfony6 with MenuKarte, a project designed to practice your skills in symfony framework.

Prerequisites

To embark on this journey, you'll need to set up your local development environment:

  • XAMPP or MAMP or Docker or VAGRANT etc etc

Choose what suits you best and prepare for an adventure!

Getting Started

Follow these steps to get your MenuKarte up and running:

  1. Environment Configuration

    • Copy env.test to .env.
    • Update the .env file with your database credentials: username, password, and add your table name based on your requirements.
  2. Install Dependencies

    • Run composer install in your terminal to install the required PHP dependencies.
  3. Database Creation

    • Execute php bin/console doctrine:database:create to create your database.
  4. Schema Update

    • Use php bin/console doctrine:schema:update --force to update your database schema.
  5. Load Fixtures

    • Run php bin/console doctrine:fixtures:load to load the initial data (username and password for admin panel)

Accessing Your Project

After completing the setup, your MenuKarte website is ready to explore:

  • For XAMPP or similar setups, access your site via http://localhost/yourfolder/public.

Admin Access

Dive into the admin area at http://localhost/yourfolder/public/admin with the credentials:

  • Username: admin2
  • Password: pass_1234

These credentials are generated through Symfony fixtures for a quick start.

Features

Once logged into the admin panel, you have the power to:

  • Register New Workers: Add team members to your project.
  • Add Dishes: Expand your menu with new culinary delights.
  • Add Categories: Organize your dishes into categories for easier navigation.
  • Order Dishes: Manage orders and keep your customers satisfied.

Customization

MenuKarte is designed with flexibility in mind. It utilizes Bootstrap for styling, and the template has been carefully imported and adjusted to fit the project's requirements. Feel free to clone the project and tailor it to your needs.

Gallery

Here are some snapshots of what you can expect from your MenuKarte project:

1

Menukarte

gerichte

Bestellungen2

adminpanel

admin_panel_add_dishes

Thank you.

menucard-restaurant's People

Contributors

majdaleid avatar

Stargazers

Imen Ben Atig avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.