This is a fork of group meetings scheduling app prepared for practicing web testing skills. Do not use it in production environment.
You need to have Docker and Docker Compose installed. Clone this repo and change directory to the root of the repository.
git clone https://github.com/Testelka/rallly.git
cd rallly
Do not change the name of the "rallly" folder. If you do, you need to first change SMTP_HOST (rallly-mailhog-1) in .env file before running a server.
Then start the server by running:
docker compose up -d
It might take a while. Your web app will be available at https://localhost:3000. You can use Mailhog to test emails at https://localhost:8025.
Check how the app works here: https://support.rallly.co/.