This projects acts as an example for the DBII lecture at the DHBW Stuttgart. It shows the capabilities of Redis as a session store for multiple applications.
- Setup Docker on your machine.
- Run
docker-compose up
inside the project folder. - Visit Host 1 and Host 2 to see the magic happen ✨.
Docker allocates ports 8000
and 8001
by default. Make sure that they are both
available.