Skip to content

Ailingo is an experimental app that takes advantage of AI models, such as GPT, in order to improve language learning experience.

Notifications You must be signed in to change notification settings

team-nullptr/ailingo-backend

Repository files navigation

Repo provides you with docker-compose.dev.yml so that you can run the app easily in a containerized environment.

To get started create a .env file according to .env.template file. You can just copy and rename it. Then run

docker compose -f docker-compose.dev.yaml up db

To start the database. When started run

docker compose -f docker-compose.dev.yaml up backend

Then remove all clerk users, expose backend via ngrok and update webhook address.

If you want to start just add backend or db to the end of the previous command.

docker compose -f docker-compose.dev.yaml up db

About

Ailingo is an experimental app that takes advantage of AI models, such as GPT, in order to improve language learning experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published