This is an initial implementation of the ECE Final Year Design Project.
- Easiest way is to use Intellij IDEA, import project and run the FydpApplication.
- To build using maven:
mvn package
thenmvn spring-boot:run
or using the mvn wrapper:./mvnw package
and./mvnw spring-boot:run
- Follow instructions on https://kafka.apache.org/quickstart?fbclid=IwAR3S3x-rCqIMCAQmYwSEpPIMfHx5HM6gsbsNkyxBhy_sRswqnkJv6HOiD30 to download and start Apache Kafka and ZooKeeper
Navigate to http://localhost:8080/ to view the welcome page