This repo is used to build and run docker images for the skilldirectory and skilldirectoryui projects on a developer's machine or deployed. A Cassandra database image is also run to support the REST API layer, and the schema for that is located in this repo. Below is a visual of the database schema:
./devstack.sh
./devstack.sh pull
./devstack.sh data
./devstack.sh restart
./devstack.sh stop
./devstack.sh kill
$$$ Run API tests
./devstack.sh test
./devstack.sh --dev
./devstack.sh --dropdata
