The project implements a distributed system for Flight Management based on Cassandra and Reflex.
It allows users to make, edit and cancel their reservations using an intuitive GUI.
To run the project first set up the Cassandra cluster using Docker compose:
cd deployment
docker compose up -dLater, load the database schema:
docker exec -i cassandra-node1 cqlsh < schema.cqlLastly run the application using:
reflex run