Referencely brings the manual task of writing job references to the online world. Job applicants invite a friend or colleague to be their job reference, and that person writes it for them.
- Product Owner: Nick
- Scrum Master: Jarob
- Development Team Members: Kai, Michael, Jarob, Nick
Profile page contains a link to add a reference for that profile. In the future, there will be a special link created that emails a reference request for the user.
- Node 6.5.x
- jQuery 3.1.1,
- React 15.3.2,
- MongoDB
- Mongoose
1. [Installing Dependencies](#installing-dependencies)
npm install
npm run build
mongod
npm start
Assuming you have changes to commit from your own local, do Steps 1 and 2 first. Otherwise, skip straight to Step 3:
1. git add .
2. git commit
3. git checkout -b randomBranchName
4. git pull --rebase upstream master
5. git add .
(DO NOT git commit!!)
6. git rebase --continue
Now, you can merge w/ your local master branch
7. git checkout master
8. git merge randomBranchName
9. git push origin master
Now you can do a pull request