This project includes a unified environment that provides access to four databases (PostgreSQL, Cassandra, Neo4J, MongoDB). The application features a Learning Analytics Dashboard and digital assignment sheets where database queries can be executed, and the results can be displayed. Note that this is a work in progress.


- Clone Repository: Clone the Repository by using the command: git clone https://github.com/VaneMeyer/nosqlconcepts.git
- Install Dependencies: Navigate to the cloned directory of your project and install all required npm packages with the following command: npm install
- Start development environment: Start the react app using the following command within the cloned directory: npm start