Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paoliniluis/metabase-full-app-m1

Metabase full app embedding demo for M1
https://github.com/paoliniluis/metabase-full-app-m1

Last synced: 7 days ago
JSON representation

Metabase full app embedding demo for M1

Awesome Lists containing this project

README

        

# Embedding the Entire Metabase Application in your application

This app is an example of how to embed the Metabase application into your own application.

# Running the example

The easiest way to run the example is using Docker and `docker-compose`:

1. Enter the key you received from metabase in the `MB_PREMIUM_EMBEDDING_TOKEN` environment variable in the docker-compose.yml
2. Run `docker-compose up`
3. Open `https://localhost:3000/` (Metabase itself), you can use `[email protected]` as the user and `metabot1` as the password
4. Open `https://localhost:8080/` (the demo application)