Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 532 Bytes

Paradise Bibliothecca

Installation

  • Clone the repository from GitHub

  • For backend

    • Move into paradise/paradise_server

    cd paradise_server

    • Install dependencies

      mvn clean install

    • Run the server

      mvn exec:java -Dexec.mainClass=com.iaa.paradise_server.ParadiseApplication

  • For frontend

    • Move into paradise/paradise-client

      cd paradise-client

    • Install dependencies

      npm install

    • Run the server

      npm start