This is a database for a restaurant.
- MySQL
- Podman (or Docker)
- Python
- Juptyer Notebook
- Tableau
- Podman (or Docker)
- Make
- Clone the repository:
git clone https://github.com/DavidMiserak/Little-Lemon-DB.git
- Change to the repo directory:
cd Little-Lemon-DB
- Change to the
little-lemon
directory:
cd little-lemon
- Start the database:
make db-start
- Load the database:
make db-load
- Start the Jupyter Notebook:
make jupyter-start
-
Open the Jupyter Notebook in your browser: http://localhost:8888
-
Open the
little-lemon.ipynb
notebook. -
Run the notebook.
-
Start Tableau.
-
Connect to the MySQL database:
- Server:
localhost
- Port:
3306
- Database:
LittleLemnDB
- User:
root
- Password:
123456
-
Open the
little-lemon.twb
workbook. -
Enjoy!