A to-do list with NextJS and Apache Cassandra
- Clone the repository
git clone https://github.com/diogenesc/todo-cassandra.git
cd todo-cassandra
- Install dependencies
./dependencies.sh
- Start the containers
docker-compose up -d
- Wait a minute or two and initialize the keyspace
docker-compose exec cassandra-1 cqlsh -f cassandra.cql
- Access on browser
http://localhost:3000