Skip to content

DavidMiserak/Little-Lemon-DB

Repository files navigation

Little Lemon Restaurant

This is a database for a restaurant.

Technologies

  • MySQL
  • Podman (or Docker)
  • Python
  • Juptyer Notebook
  • Tableau

Pre-requisites

  • Podman (or Docker)
  • Make

Installation

  1. Clone the repository:
git clone https://github.com/DavidMiserak/Little-Lemon-DB.git
  1. Change to the repo directory:
cd Little-Lemon-DB
  1. Change to the little-lemon directory:
cd little-lemon
  1. Start the database:
make db-start
  1. Load the database:
make db-load
  1. Start the Jupyter Notebook:
make jupyter-start
  1. Open the Jupyter Notebook in your browser: http://localhost:8888

  2. Open the little-lemon.ipynb notebook.

  3. Run the notebook.

  4. Start Tableau.

  5. Connect to the MySQL database:

  • Server: localhost
  • Port: 3306
  • Database: LittleLemnDB
  • User: root
  • Password: 123456
  1. Open the little-lemon.twb workbook.

  2. Enjoy!

Entity Relationship Diagram

ERD

Customer Sales Dashboard

Customer Sales Dashboard

Profit Dashboard

Profit Dashboard

Sales by Customer Dashboard

Sales by Customer Dashboard

Cuisine Sales and Profits Dashboard

Cuisine Sales and Profits Dashboard

Dual Dashboard

Dual Dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published