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.
To bring an easy and efficient way to bring love into scrum master’s lives.
- Chase Dudas
- Marissa Montano
- Bridget Murphy
- Cort Sharp
- Trevor Buck
Built with
- [NodeJS]
- [JavaScript]
- [PostgreSQL]
Framework
- [Express]
Project Management
- [ClickUp]
- [Slack]
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.
screenshots to come
- Download by hitting that green button
- Open your terminal (or any similar command line looking thing)
- Type cd /Downloads/ScrumMasterLover.com-master
- Type
npm install
- Type
node server.js
- Go to a web browser (Google Chrome bc it is superior) and type http://localhost:4000/ in the address bar
- Enjoy!
The tests are run by Travis CI. Our unit testing makes sure our routes can handle both GET and POST requests.
.
├── 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
- Create an account with us by filling out the questionare
- View how similar you are to other scrum masters with the matches tab
- View your information under our profile tab
N/A