This repository carries the code for the dictionary site.
This site was created in November 2022 as an experiment by me to understand how search engine databases work.
Feel free to fork this and use it for whatever you want.
The frontend has 2 pages. Both are created using HTML, CSS and Javascript, no framework has been used.
Backend has been created using:
- Python v3.10
- FastAPI v0.86
- Meilisearch v0.29
- Uvicorn v0.19
- Please note that this project doesn't follow the best coding or security standards, as it was experimental and I also had less experience back then.