Skip to content
Snippets Groups Projects
Verified Commit cf4702aa authored by David Beniamine's avatar David Beniamine
Browse files

More doc + sample

parent edc9f6b3
No related branches found
No related tags found
No related merge requests found
RESTART=no
APP_DEBUG=false
DEV_PORT=5000
# Unl2Rdf
A serialization converter from the official UNL format to the proposed RDF-UNL format.
This is a one page [flask](https://flask.palletsprojects.com) app to convert unl to rdf, the web app is full python, everything is in the file `src/app/app.py`.
## How to use
The display rendering uses the templates in the directory `src/app/templates` see [flakes templating](https://flask.palletsprojects.com/en/1.1.x/quickstart/#rendering-templates).
```bash
cp .env.sample .env
docker-compose up
```
Then open in a browser `http://localhost:5000`
## Developpement
This is a one page [flask](https://flask.palletsprojects.com) app to convert unl to rdf, the web app is full python, everything is in the file `src/app/app.py`.
The display rendering uses the templates in the directory `src/app/templates` see [flakes templating](https://flask.palletsprojects.com/en/1.1.x/quickstart/#rendering-templates).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment