A Flask API to access words' definitions
language options: English, Portuguese and Spanish
This application uses Docker and Docker Compose, to install access the links bellow.
[example@example]$ git clone https://github.com/mldictionary/MLDictionaryAPI
[example@example]$ cd MLDictionaryAPI
[example@example MLDictionaryAPI]$ docker-compose up -d
[example@example MLDictionaryAPI]$ URL="http://127.0.0.1:8088"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL
Proper documentation can be find in extern deploy or using the local docker deploy in your machine.
The following tools were used in the construction of the project:
.
βββ mldictionary_api
βΒ Β βββ models
βΒ Β βΒ Β βββ __init__.py
βΒ Β βΒ Β βββ base.py
βΒ Β βΒ Β βββ const.py
βΒ Β βΒ Β βββ meanings.py
βΒ Β βΒ Β βββ requests.py
βΒ Β βββ resources
βΒ Β βΒ Β βββ __init__.py
βΒ Β βΒ Β βββ const.py
βΒ Β βΒ Β βββ response.py
βΒ Β βΒ Β βββ translator.py
βΒ Β βββ routes
βΒ Β βΒ Β βββ __init__.py
βΒ Β βΒ Β βββ api.py
βΒ Β βΒ Β βββ views.py
βΒ Β βββ static
βΒ Β βΒ Β βββ css
βΒ Β βΒ Β βΒ Β βββ small_screen.css
βΒ Β βΒ Β βΒ Β βββ style.css
βΒ Β βΒ Β βββ js
βΒ Β βΒ Β βββ scripts.js
βΒ Β βββ templates
βΒ Β βΒ Β βββ index.jinja2
βΒ Β βββ __init__.py
βΒ Β βββ app.py
βΒ Β βββ const.py
βββ Dockerfile
βββ LICENSE
βββ Procfile
βββ README.md
βββ docker-compose.yml
βββ requirements.txt
8 directories, 25 files
Please report any type of bug. Remember that this is an open source project and will evolve with everyone's help. :)
Any report will be read and will get due attention
New features are being done and new ideas are being created always that possible...
new ideas will be accepted...
