Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarofpp/app-jinja2
An application made in Streamlit that allows you to test Jinja2 templates.
https://github.com/alvarofpp/app-jinja2
python3 streamlit
Last synced: 2 days ago
JSON representation
An application made in Streamlit that allows you to test Jinja2 templates.
- Host: GitHub
- URL: https://github.com/alvarofpp/app-jinja2
- Owner: alvarofpp
- License: apache-2.0
- Created: 2024-08-09T20:18:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T23:15:20.000Z (3 months ago)
- Last Synced: 2024-08-10T01:26:36.930Z (3 months ago)
- Topics: python3, streamlit
- Language: Python
- Homepage: https://jinja2-templates.streamlit.app/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jinja2 template app
[![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=Streamlit&logoColor=white)][streamlit-app]
An application made in Streamlit that allows you to test Jinja2 templates.
## How to use
There are two ways to use the application: using the repository or using the Docker image.
Both ways use Docker, but in the first case you can make your changes to the code and test locally.If you want to use a web version, [click here][streamlit-app].
### Using the repository
The instructions are in the `Makefile`, so just run the command below to generate the image:
```shell
make build
```Now up a container from the previously generated Docker image:
```shell
make up
```### Using the Docker image
I've already left a Docker image ready to use. Just run it:
```shell
docker run -p 8501:8501 --rm alvarofpp/app-jinja2
```[streamlit-app]: https://jinja2-templates.streamlit.app/