Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 649 Bytes

File metadata and controls

22 lines (18 loc) · 649 Bytes

Software-Engineering-2-Project

Software Porject for Advanced Software Engineering course

Guide to running the project

  • requried dependencies and programs
    • spring-boot
    • lombok
    • spring-web
    • java 11
    • postman

for Eclipse EE

  • 1- file
  • 2- import
  • 3- select existing maven project
  • 4- browse the root directory of the project
  • 5- if any dependencies are missing maven should download them automatically

for Intellij Ultimate

  • 1- simply double click the file "FawrySystemApplication" inside src/main/java/com/fci/fawrysystem/
  • 2- go to the pom.xml file and intellij should reslove any missing dependencies