Hi! This is an example project for the article about the embedding Power BI into Rails app. Here you can discover the flow of embedding and check the result by running the project locally.
To setup the project you have to clone the repository and have Docker installed on you machine. Then run:
- Create
.env
file using.env_example
- Fill
.env
file with credentials for embedding - Run
docker-compose build
- Run
docker-compose up
Thats it! Once the project is up and running you can navigate to localhost:3000
in your browser and check the reult of embedding.