Do you need help making the TH sound? Do you want to say the word thought correctly? By using phonetics, you can learn it by yourself, with practice. This project helps you in this aspect. Let's start learning!
It used to run at raveofphonetics.com
. It was built to compete against tophonetics.com
. When this README was written, the former website was still terrible regarding UX and collaboration. It was one of the things I'd like to improve with this project. Unfortunately, I didn't have time to keep up with it.
The first version of this project used to run on Cloud Run. After the release of the second version, this time, it was running on Kubernetes.
Check out the folder iac to understand how it worked. By the way, Azure DevOps used to control CI and CD aspects of the project.
Access the backend
folder and execute:
docker-compose up remote-interpreter
Access the frontend
folder and execute:
docker-compose up blog
When they are up, access the link http://localhost:9000/
for the front-end project.
For the Django Admin, access the address http://localhost:8000/logos
with the credential admin:admin
: