Skip to content

A dating app designed to connect scrum masters to one another. This team project was created using agile methodologies. Hosted by Heroku.

Notifications You must be signed in to change notification settings

Yahoooligans/ScrumMasterLove.com

Repository files navigation

ScrumMasterLove.com

Love...the only thing you could ever need. Our project aims to connect scrum masters to other scrum masters through a website based matching system. The user creates a profile and gets matched with other users bases on simple preferences.

Our mission

To bring an easy and efficient way to bring love into scrum master’s lives.

Scrum Masters

  • Chase Dudas
  • Marissa Montano
  • Bridget Murphy
  • Cort Sharp
  • Trevor Buck

Build status

Build Status

Tech/framework used

Built with

  • [NodeJS]
  • [JavaScript]
  • [PostgreSQL]

Framework

  • [Express]

Project Management

  • [ClickUp]
  • [Slack]

Features

What really sets apart from other trash dating sites, like Christian Mingle or Tinder, is our dynamic login page in the navigation bar of the web app. We are commited to making sure our scrum masters are happy with the features we have to offer. We are a feedback inspired development team so our users matter alot to us.

Code Example

screenshots to come

Installation

  1. Download by hitting that green button
  2. Open your terminal (or any similar command line looking thing)
  3. Type cd /Downloads/ScrumMasterLover.com-master
  4. Type npm install
  5. Type node server.js
  6. Go to a web browser (Google Chrome bc it is superior) and type http://localhost:4000/ in the address bar
  7. Enjoy!

API Reference

Tests

The tests are run by Travis CI. Our unit testing makes sure our routes can handle both GET and POST requests.

File Tree

.
├── README.md
├── database.js
├── main3b.gif
├── package-lock.json
├── package.json
├── routes
│   ├── index.js
│   ├── login.js
│   ├── matches.js
│   ├── profile.js
│   └── questionnaire.js
├── server.js
├── styles
│   └── style.css
├── test
│   └── test.js
└── views
    ├── index.ejs
    ├── layouts
    │   ├── footer.ejs
    │   └── header.ejs
    ├── matches
    │   └── list.ejs
    ├── profile
    │   └── list.ejs
    └── questionnaire
        └── questionnaire.ejs

How to use?

  1. Create an account with us by filling out the questionare
  2. View how similar you are to other scrum masters with the matches tab
  3. View your information under our profile tab

License

N/A