gdroel / slackarma

Give your teammates reputation points in Slack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slackarma

Set up info is at slackarma.gaberoeloffs.com.

This is the source code of Slackarma. I hope I commented it enough so that you have at least an inkling of understanding of what I'm doing.

Slackarma uses Postgres SQL, only because Heroku told me to use that. If you want to get the project running locally, you'll have to install Postgres on your machine.

Most of the important code resides in routes/index.js and in the models folder.

Speaking of the models folder, to set up the table for Slackarma, run the command node /models/database.js. This will create the table.

Pull Requests!

As long as your PR doesn't contain malware or PHP (same difference I guess?) I will probably accept it.

About

Give your teammates reputation points in Slack.


Languages

Language:JavaScript 68.4%Language:HTML 25.6%Language:CSS 6.0%