hackath.org
hackath.org is the starting point for all users and all events organised with our service. It will allow users to signup, create and manage their hacker profile, discover and host hackathon events, and view leaderboards and use other services provided by our application.
Discovering events
Event creation & management
Hackathon profile
Leaderboards
Technologies
The MEAN stack
MEAN is an acronym for Mongo, Express.js , Angular.js and Node.js
- MongoDB
- Go through MongoDB Official Website and proceed to its Great Manual, which should help you understand NoSQL and MongoDB better.
- Express
- The best way to understand express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow thread for more resources.
- AngularJS
- Angular's Official Website is a great starting point. CodeSchool and google created a great tutorial for beginners, and the angular videos by Egghead.
- Node.js
- Start by going through Node.js Official Website and the documentation page as well as this StackOverflow thread, which should get you going with the Node.js platform in no time.
Additional Tools
- Mongoose - The mongodb node.js driver in charge of providing elegant mongodb object modeling for node.js
- Passport - An authentication middleware for Node.js which supports authentication using a username and password, Facebook, Twitter, and more.
- Twitter Bootstrap - The most popular HTML, CSS, and JS framework for developing responsive, mobile first projects.
- UI Bootstrap - Bootstrap components written in pure AngularJS
More Information
License
We're using the MEAN.io stack and thus believe that our work should also be free and easy to integrate within your existing projects so we chose The MIT License