Giter Club home page Giter Club logo

admin-menu-restaurant-app's Introduction

admin menu app

Demo

https://admin-menu-restaurant.netlify.app/

user: menu-app
password: admin123*

Configuration

  1. create file .env
API_APP=URL_API-FIREBASE-REALTIME-DATABASE
API_CLOUDINARY=URL_API-CLOUDINARY
  1. Create project firebase(realtime-database) with the following structure( you can import the data-app.json file in src>fake-data) replace in .env API_APP
{
  "config": {
    "isWorkDay": false,
    "password": "admin123*",
    "user": "menu-app"
  },
  "menu": {
    "-MwYssigAzrNhPsXSFYb": {
      "available": true,
      "description": "pollo  + Arroz + Chirimol + 2 tortillas",
      "name": "POLLO ASADO",
      "picture": "https://res.cloudinary.com/do6nlugt0/image/upload/v1645574624/hvm8olm2thdbd0rr2u4a.jpg",
      "price": 3.75
    }
  },
  "orders": {
    "-NdGJMIUm4BmpESN3Jm5": {
      "comments": "",
      "date": "2023-09-01 09:16:47",
      "delivered": false,
      "email": "[email protected]",
      "name": "Leonel",
      "order": "2 POLLO ASADO, 1 Carne Asada",
      "phone": "7129-5944",
      "status": "p",
      "statusDescription": "pending",
      "total": "11.50"
    }
  }
}
  1. Create a new project to host images in cloudinary and replace in the .env file API_CLOUDINARY

Authors

Client Menu App

https://github.com/cristiantorres91/client-menu-restaurant-app

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

admin-menu-restaurant-app's People

Contributors

cristiantorres91 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.