Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 639 Bytes

Envidict 📖

Website

Envidict screenshot

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.

How to run locally?

docker build -t envidict .
docker run -it --rm -p 3000:3000 -p 5000:5000 --name envidict envidict

Access the app at http://localhost:3000.