GithubHelp home page GithubHelp logo

forfour's Introduction

ForFour

ForFour is an application designed to quickly and seamlessly group users with others and find exciting events for them to attend together. A user logs in to the front end, and a user record is established in the MongoDB collection. The user is prompted to take a brief personality quiz and responses are processed as numerical entries in a vector corresponding to each user. These vectors are then placed into a pool, handled by pool.js, and are placed into groups of four using k-means clusting through the "k-means" npm package. A record for each group is stored in the collection. This group is passed to suggestEvent() in event.js, and all members of the group receive this event as a JSON entry in their "events" attribute. Functionality for optimizing based on user availability, calendar interfacing, and the user review process of people and events is unfinished.

The Ionic frontend is run from the forfour/ folder, ideally using the Ionic CLI. The Node.js backend resides in its namesake foler, and can be run using node app.js. app.js acts as the main program file. Other js files in the same directory are accessed via the module.exports attribute and require('./filename.js'). Note the in the .gitignore, node_modules for both frontend and backend have been ignored due to being copiously large. After cloning or pulling after changing dependencies, >>npm install will need to be run.

The backend is configured to connect to a MongoDB cluster, and credentials can easily be reconfigured within db.js for use by other developers.

More information, plans for future development, data model, and process flow diagram are available on DevPost: https://devpost.com/software/forfour

forfour's People

Contributors

jsharp4 avatar flomllr avatar jay-ng-mc avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.