GroupMatch is a JavaScript Application for students looking to form groups with like-minded peers
Use the package manager npm to install GroupMatch dependencies.
npm install
cd client
npm install
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
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 ♡