Tikr is an application that blends the best of GitHub with the best of Linked in. This is a expansion of a project initially concieved by Mike Staub, Bryan Venable, Travis Chapman, and Richard VanBreemen. You can find the original repo on GitHub here.
- Project Owner Tim Martin
- Scrum Master Scott Rice
- Build Master Kevin Primat
- UX Lead Yan Fan
grunt serve
Browser window will open at localhost:9000 with the app.
- Node
- Express
- Angular JS
- MongoDB
- Mongoose
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here
When running on localhost, please set environment variables in your shell before running grunt so the application will work with LinkedIn and GitHub authentication.
Keys and secret keys for LinkedIn and GitHub are provided in a private message.
export LINKEDIN_API_KEY=linkedin-api-key
export LINKEDIN_SECRET_KEY=linkedin-secret-key
export GITHUB_ID=github-id
export GITHUB_SECRET=github-secret
To check whether variables have been set, please use shell command 'echo':
echo $LINKEDIN_API_KEY
echo $GITHUB_ID
and so on.
See CONTRIBUTING.md for contribution guidelines.