Skip to content

diogenesc/todo-cassandra

Repository files navigation

todo-cassandra

A to-do list with NextJS and Apache Cassandra

Instructions

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

About

A to-do list with NextJS and Apache Cassandra

Topics

Resources

Stars

Watchers

Forks