- Node.js and npm (Node Package Manager)
- Navigate to the frontend directory:
cd frontend
- Install the required npm packages:
npm install
- Start the frontend application:
npm start
- Java JDK
- Maven
- Navigate to the backend directory:
cd backend
- Build the project using Maven:
mvn clean install
- Run the Spring Boot application:
mvn spring-boot:run
Inside the application.properties
file in the backend, you will find all necessary configurations for the services used. Make sure to change them according to your setup, including endpoints and configurations for Kafka, MySQL, Redis, Neo4j, GraphQL, and MongoDB.
For detailed instructions on installing and setting up external services, please refer to the following official documentation:
Ensure that these services are correctly set up and running before starting the application.