Get Started - Anniegavr/Collab-Buddy GitHub Wiki

To get the app running: 0. Connect to PostgreSQL driver on localhost:5432. Create the Collab-Buddy database.

  1. Clone the repository: git clone https://github.com/Anniegavr/Collab-Buddy.git
  2. Run the command mvn clean install
  3. Start the CollabBuddyApplication in CollabBuddyApplication.java. This shall insert both the actual tables in the database (clean) and the liquibase migrations. If you don't see the tables, run the script provided in the resources: Initialization Script
  4. Open localhost:8080 and enjoy!