A lightning-fast ⚡ English-Vietnamese dictionary website
- Fast: the API is written in Go.
- Related words suggestions: using tree data structure to provide accurate suggestions.
docker build -t envidict .
docker run -it --rm -p 3000:3000 -p 5000:5000 --name envidict envidict
Access the app at http://localhost:3000.