This application is created as home assingment for babbel. It includes frontend and backend services to guess possible email address of the contact for babbel using fullname and domain address.
Docker with compose plugin is enough to run this application.
- Start services by:
docker compose up --build -d
- Run fixture loading script by:
docker compose exec backend python scripts/load_fixture.py
- Go to
http://localhost:3000
to interact with frontend.
Run docker compose exec backend make test
Run docker compose exec frontend yarn test:coverage