Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 938 Bytes

File metadata and controls

17 lines (13 loc) · 938 Bytes

GroupFlow

GroupFlow is a group management service for students that enables seamless collaboration and scheduling between members.

Features

  • Create groups, invite members, and collaborate with meetings, tasks, and schedules to share amongst each other.
  • Sign up with email to receive notifications of members requesting to join your group.

Installation

  • Create a copy of this repository by running git clone https://github.com/ingrid534/GroupFlow.git.
  • NOTE: In order to properly run this application, an API key is needed from SendGrid API, which provides the sending of our email notifications.
    • Once an API key is available, place it directly in config/api_key.txt.

Runnning the Application

  • Run the Java application in src/main/java/app/Main.java.
  • Login with existing credentials, or sign up.
  • Create or join groups via the dashboard home page.