Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 590 Bytes

FYDP Backend

This is an initial implementation of the ECE Final Year Design Project.

Build and Run the project

  1. Easiest way is to use Intellij IDEA, import project and run the FydpApplication.
  2. To build using maven: mvn package then mvn spring-boot:run or using the mvn wrapper: ./mvnw package and ./mvnw spring-boot:run
  3. 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