GroupFlow is a group management service for students that enables seamless collaboration and scheduling between members.
- 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.
- 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.
- Once an API key is available, place it directly in
- 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.