Skip to content

Jortdus/blok-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matching app

forthebadge forthebadge

node-current npm GitHub last commit GitHub commit activity GitHub license

Block Tech Assignement; Focus on matching features and Node.JS

What does it do?

This app focuses on providing an experience for steam users to connect to people with the same preferences.

A user will login using their steamID or username and in the future with openID via steam. Data retrieved from the steamAPI will be filtered and send to a database and matched to that specific user. The user can than match his profile to other users and find a match based on a few parameters.

Table of Contents

Features

Retrieving information from the steamAPI. Combining API retrieved data and user information into a scheme in a database. Matching users based on API data.

Usage

To clone and run this application, you need Git and Node.js (which comes with npm) installed on your computer. From your command line:

    # Clone this repository
    $ git clone https://github.com/jortdus/blok-tech.git
    # Go into the repository
    $ cd blok-tech

    # Install dependencies
    $ npm install

    # Run the app
    $ npm run start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Support

Don't bother me.

Credits

This project uses the following open source packages:

License

Matching app is released under the MIT