Belkacem / Fraternate

Fraternate is a standalone copy of the GitHub organization and user interaction framework. Built with Mongo dB | Node.js® | Express.js | Handlebars.js | Bootstrap. Supports Braintree , PayPal and PayFast. Basic Nodejs e-commerce solution.

Home Page:https://fraternate.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Fraternate?

Fraternate is a standalone copy of the GitHub user management system. Designed using a mongodB, NodeJS, expressjs and Handlebarsjs MVC (model view controller).

Fraternate should be used as a barebones boilerplate that can be modified to integrate into your sites custom content and allowing for a complete user management system. This website has a direct copy hosted on GitHub to allow users to copy the functionality directly.

Follow the installation instructions to download, create a local deployment and begin development of your app with prebuilt user and organizational control. Including commercial integration to allow for paid subscription services.

MIT License - 100 % Open Source

Fraternate is completely open source.
NPM INSTALL FRATERNATE

User Control

  • Sign in / Login
  • Signup
  • Oauth GitHub / Google
  • Unique Usernames
  • Recaptcha
  • Forgot Password
  • Delete Account
  • Public Profile
  • Profile Pictures
  • Email Notifications

Organization Control

  • Create Organization
  • Delete Organization
  • Invite to Organization
  • Request Invite to Organization
  • Edit Memberships
  • Unique Organization Names
  • Public Organization Profile

Subscription Payments

  • Braintree
  • PayPal
  • PayFast

Installation Instructions

If you would like to install Fraternate on your local development machine Fraternate requires the following components:

Node.js
MongodB
The GitHub Fraternate repo
NPM
expressjs

In more detail.

Install Node.js Download and install from the Node.js homepage.

https://nodejs.org/en/ 

Install mongodB | follow the set-up instructions on the website. (The trick is to create the c:/data/db directory then run mongod.exe). When in doubt the documentation on the site is very good. Download and install from the mongodB homepage.

https://www.mongodb.com/ 

Sign up for GitHub, install the windows GitHub client then clone the Fraternate repository.

Clone the repository on your hard drive, using the "clone or download" button on the GitHub front page for Fraternate.

https://github.com/Isithelo/Fraternate.git

Once downloaded, extract to the directory of your choice. For example:

C:\Fraternate

With node.js installed, the use of the NPM (Node Package Manager) service is now available from your command prompt, go into the directory where Fraternate was cloned using your preferred command prompt (DOS interface). For example:

cd\Fraternate

When you are at the command prompt in the correct directory, type in the following:

npm install npm@latest -g

The NPM service will now download and install into the cloned directory. The NPM service will now download and install into the cloned directory. When completed, enter the following:

npm install

Robomongo is a very useful tool for viewing the mongodb database structure. Install from their website.

Download and install from the mongodb homepage.

https://robomongo.org/

The .ENV File.

All of the magic on your localhost is managed by the .ENV file , here you would add your smtp host setting , recaptcha keys etc. Some example values are shown below.

When installation is done on Heroku , the keys should be added to the Settings tab , in the "reveal config variable" area.

SESSION_SECRET='6681esdf3a9cb922b14ff4b5b3a9b03f95ba520e017f5a23453f6e2792965d4e063'

MONGODB='localhost'

GOOGLE_ID='942595912716-lrvbstvgdfd8em4sugjmvsu3jk6p6tgo0m74.apps.googleusercontent.com' GOOGLE_SECRET='9G5ZoRffKQ-cKiT9M0Ahsb2E4g'

GITHUB_ID='800aa9e14a3asd6b3e981f2' GITHUB_SECRET='a87511fe094gdffde0b71de968691cbdb23265cf4f0'

SITE_KEY='6Le2aCcUAAAAAO8g693sddE9uMACIv7L-DeAbDZc67-' SECRET_KEY='6Le2aCcUAAAAANzOY5iqXP94Kc76sas8FsZr1kxBMMZ'

MAIL_PORT='451' MAIL_USERNAME='bla@bla.com' MAIL_PASSWORD='--- add your details here ---'

Troubleshooting

Issues with starting the server on the first installation is likely due to missing NPM modules, If the server is crashing try installation the following modules independently.

  {
  "name": "Fraternate",
  "version": "1.0.0",
  "description": "My app description",
  "scripts": {
    "deploy": "npm test && git push heroku master",
    "start": "node server.js"
  },
  "dependencies": {
    "async": "^1.5.2",
    "bcrypt-nodejs": "0.0.3",
    "body-parser": "^1.18.2",
    "braintree": "^2.5.0",
    "compression": "^1.7.1",
    "crypto": "0.0.3",
    "dotenv": "^2.0.0",
    "express": "^4.16.2",
    "express-flash": "0.0.2",
    "express-handlebars": "^3.0.0",
    "express-recaptcha": "^2.3.0",
    "express-session": "^1.15.6",
    "express-validator": "^2.21.0",
    "flash": "^1.1.0",
    "fraternate": "^1.1.14",
    "heavylifting": "^1.2.12",
    "method-override": "^2.3.10",
    "mongoose": "^4.13.10",
    "morgan": "^1.9.0",
    "nodemailer": "^2.7.2",
    "passport": "^0.3.2",
    "passport-github": "^1.1.0",
    "passport-google-oauth": "^1.0.0",
    "passport-local": "^1.0.0",
    "serve-favicon": "^2.4.5"
  },
  "devDependencies": {},
  "engines": {
    "node": "6.11.1"
  }
}

If you are getting stuck, this is a port of the quality work done on Megaboilerplate. Here are the installation instructions for Megaboilerplate

If you are still having trouble use the contact page , or add an issue on the GitHub Repo.

Server Installation.

Here are a few points to consider when uploading onto the Heroku server.

Server crash due to missing .env file.

The .env file contains all of the sites api and secret keys. Ensure that it exists on the server.

About

Fraternate is a standalone copy of the GitHub organization and user interaction framework. Built with Mongo dB | Node.js® | Express.js | Handlebars.js | Bootstrap. Supports Braintree , PayPal and PayFast. Basic Nodejs e-commerce solution.

https://fraternate.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 37.0%Language:CSS 32.7%Language:HTML 30.3%