Skip to content

DataHackIL/hackathon-matching-platform

 
 

Repository files navigation

Ninjathon - Hackathon Managing Platform

Here you can find information about:

  • What is Ninjathon
  • Platform Features
  • Installation
  • License
  • Community & Thanks

What is Ninjathon?

Ninjathon is a Hackathon managing platform, made with love by Ninjathon team, Ninjathon its an open source web application written in NodeJS (using Express), provides all you need to control and manage your Hackathon perfectly.

Platform Features:

After installation and running the platform on your server, you can:

  • Open Participants registration (include email validation)
  • Open Mentors registration
  • Control all users data from admin panel
  • Approve teams for participation
  • Send global text messages (using external api) and receive users respones status to the platform
  • Voting Platform (by users & judges)
  • Print winning certificates for the winners

Users can join\create teams, and upload their CV`s for sponsors\job hunting.

Installation:

  1. Clone Ninjathon project
  2. NPM install
  3. Create .env file with the following keys:
  • AWS_ACCESS_KEY_ID=
  • AWS_SECRET_ACCESS_KEY=
  • AWS_REGION=
  • S3_BUCKET=
  • NODE_ENV=development/production
  • WEB_PORT=
  • MONGO_URL=
  • EMAIL_ADDR=
  • EMAIL_PASS=
  • SUPP_EMAIL_ADDR=
  • EVENT_NAME=
  • MAX_USERS=
  • ADMIN_EMAIL=
  1. Install gulp globally
  2. Run ‘gulp’
  3. Run ‘node server’

Contribute & License

Ninjathon is an open source project, under Apache License 2. You can use is for Price\Commerial use, with license and copyright notice. For more information you can read Apache License

Developers & Community

You can fork and modify this project, and more then welcome to share yours And ask questions on Ninjathon Community

Ninjathon made with love, by Shilo Mangam, Tomer Omri and Eden Swissa

You can contact us:

Shilo Mangam: [email protected]

Tomer Omri: [email protected]

Eden Swissa: [email protected]

“ninjathonlogo"/

This project inspired by HUJI Hackathon Registration Platform coded by Oded Valtzer

About

Hackathon Matching Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • HTML 38.1%
  • CSS 2.3%