Ng-Forum, meet developers around the globe. 🌍
##This Site is updated! The Demo, is V 1.0
If you want to help please go here.This project currently under development and bugs are known to happen! However, if you spot a bug file an issue or submit a pull request. Contributions are always welcome!
Yes, a demo can be found here [AS OF 6/6/2016] .
We have created a Wiki Page on that so, please see our wiki page here. ##Contributors
Name | Position | Descripton |
---|---|---|
Amanuel Bogale | Backend Leader | 15 year old programming entusasist. Likes to play around with C/C++ |
Mohamed Nasrullah | Manager | NodeJS/Mongo DB Programmer. |
Jeffrey Crowder | FrontEnd Co-Leader/Backend Member | 16 year old programmer. Likes to play around with bunch of lines of code |
Adrian Kopytko (Shimizo) | FrontEnd | HTML/CSS Entusasist. Hates Frameworks, likes to build from ground up. Like a pro :) |
Kyle Roach | Frontend, Project Organization. | Awesome Frontend! Very skilled with project organization, and gulp 😉 |
This project is a forum app for developers around the world, to gather up ask and, answer questions!
What makes this project unique is that this is the only open source AngularJS forum built with PURE AngularJS. This forum will use the following packages:
AngularJS - Main app, routing, controllers, and etc.
AngularFire - Database and authentication.
AngularMaterial - UI/UX with Material Design.
$ npm install # Install Npm Dependencies
$ npm install bower -g #If You dont have Bower.
$ bower install # Install Bower Dependencies
$ npm install gulp -g #If you dont have Gulp.
$ gulp scripts:vendor # Install Dependencies In Gulp
$ gulp scripts #Install written code
$ gulp serve # To Serve Files
If problems like npm is not defined, then you have to install NodeJS and NPM, or any other problems Please take a look on the Wiki Page
Absolutely! On GitHub via this repository and at Cloud9.
Three ways you can contribute with the project:
- Please be welcoming.
- File an issue with your bug report or problem. (Please see our How To Write A Issue Wiki before writing your first issue!!!)
- Submit a pull request with your changes.
- Join us on Cloud9 to develop it collaboratively.
The MIT License (MIT)
Copyright (c) 2016 Ng-Forum
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.