Skip to content
forked from lukevella/rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

License

Notifications You must be signed in to change notification settings

Testelka/rallly

 
 

Repository files navigation

Practice your web testing skills

This is a fork of group meetings scheduling app prepared for practicing web testing skills. Do not use it in production environment.

How to run it with Docker

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 http://localhost:3000. You can use Mailhog to test emails at http://localhost:8025.

Documentation

Check how the app works here: https://support.rallly.co/.

About

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • CSS 1.3%
  • Other 1.9%