Simple POS System using SpringBoot, Cassandra, Kafka
Application is not starting, error with Tomcat context
- Ensure the networking for the IDE allows connectivity (no firewall or restrictions)
- Make sure Casssandra is running in Docker on port 9042.
docker run -p 9042:9042 --name cassandra -d cassandra
You may also want to initialize the table with the correct schema (seedb_src
folder)
React UI App: Install Node.js (npm) https://nodejs.org/en/ Install React.js: npm i react
To create a React App, use this command: npx create-react-app
This will create a new directory, so then cd to that directory. cd npm start
Install Material-UI (https://material-ui.com/getting-started/installation/)