https://github.com/hirako2000/hackathon-board
node.js based webapp to manage Hackathon events
https://github.com/hirako2000/hackathon-board
board hack hackathon manage
Last synced: 3 months ago
JSON representation
node.js based webapp to manage Hackathon events
- Host: GitHub
- URL: https://github.com/hirako2000/hackathon-board
- Owner: hirako2000
- License: mit
- Created: 2015-11-09T10:32:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T11:26:49.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:46:59.435Z (4 months ago)
- Topics: board, hack, hackathon, manage
- Language: JavaScript
- Homepage:
- Size: 735 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.codacy.com/app/hirako2000/hackathon-board?utm_source=github.com&utm_medium=referral&utm_content=hirako2000/hackathon-board&utm_campaign=Badge_Grade_Dashboard)
[](https://travis-ci.org/hirako2000/hackathon-board)
[](https://david-dm.org/hirako2000/hackathon-board)
[](https://david-dm.org/hirako2000/hackathon-board#info=devDependencies)
[]()Table of Contents
------------------ [Demo](#demo)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Obtaining API Keys](#obtaining-api-keys)
- [FAQ](#faq)
- [Contributing](#contributing)
- [License](#license)Demo
--------
See a live demo [here](https://hackathon-board.herokuapp.com/)The demo instance often goes to sleep after inactivity, cilck and wait about a minute for it to awake.
Features
--------- Local Authentication using Email and Password
- OAuth 1.0a Authentication via Twitter
- OAuth 2.0 Authentication via Facebook, Google, GitHub, LinkedIn, Instagram
- Flash notifications
- **Create hack**
* Title
* picture
* description
* category
* season
- **List hacks**
- **Search**
* By title
* category
* season
- **Join hack**
- **Add comments**
- **List prizes**
* Name
* picture
* description
- **Rules page**
- **User profile**
* Gravatar
* Profile Details
* Change Password
* Forgot Password
* Reset Password
* Link multiple OAuth strategies to one account
* Delete Account
- CSRF protection
- **Admin**
* Add/edit categories
* Add/edit seasons
* Add/Edit prize
* Edit rules
* Nominate hack
- **Beautifier**Prerequisites
-------------- [MongoDB](http://www.mongodb.org/downloads)
- [Node.js](http://nodejs.org)Setup
-------------```bash
# Get the latest code
$ git clone https://github.com/hirako2000/hackathon-board.git myproject
$ cd myproject
$ git remote rm origin# Install NPM dependencies
$ npm install$ node app.js
```Obtaining API Keys
------------------To use any of the included APIs or OAuth authentication methods, you will need
to obtain appropriate credentials: Client ID, Client Secret, API Key, or
Username & Password. You will need to go through each provider to generate new
credentials.I have included dummy keys and passwords from **Hackathon Starter** . But don't forget to update
them with *your credentials* when you are ready to deploy an app.
https://github.com/sahat/hackathon-starterFAQ
---
**Admin user?**
Starting with 1.0.2, the first user to signup with email/passowrd becomes admin.
Admin users can make other users admin in the admin users page.**Anything for the admin to setup**
- Yes, as admin, create at least one Season, one category. (required or no hack can be create by users)
- Then Also fill the Rules page, and add some prize entry.That's pretty much all needed to get going, from there users can create their own hacks.
**Why can I not add new locations?**
- Add location in the source code. It's fairly easy to add as many as you like. I never got to implement a CRUD for these.Contributing
------------If something is unclear, confusing, or needs to be refactored, please let me know.
Pull requests are always welcome, but due to the opinionated nature of this
project, I cannot accept every pull request. Please open an issue before
submitting a pull request. This project uses
[Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) with a
few minor exceptions. If you are submitting a pull request that involves
Jade templates, please make sure you are using *spaces*, not tabs.License
-------The MIT License (MIT)