Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1 KB

README.md

File metadata and controls

34 lines (19 loc) · 1 KB

GroupMatch

GroupMatch is a JavaScript Application for students looking to form groups with like-minded peers

Installation

Use the package manager npm to install GroupMatch dependencies.

npm install 

cd client
npm install

Usage

You can now access this application at GroupMatch

To run the backend and frontend concurrently use npm run dev

To run the backend via nodemon use npm start-watch

To run the backend via node use npm start

Description

Made to address the needs of students at UTS struggling to find groups with the same mindset and goals.

This application utilises a familiar Tinder-like design to match students with peers who have like-minded goals for subjects.

It aims to do this through a simple yes or no decision that students make depending on their peer's previous academic results and goals for the current subject.

Made with MongoDB, Express, React, Node and a bit of love ♡