Coder Social home page Coder Social logo

bogdanpetcu / github-connect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mariuscoto/github-connect

0.0 1.0 0.0 2.4 MB

Github-connect is the app that quantifies your contributions to the open-source world, helps you engage with other projects and bake new project ideas.

Home Page: http://github-connect.herokuapp.com/

License: MIT License

PHP 0.02% JavaScript 72.84% CSS 27.14%

github-connect's Introduction

Github-connect

Is the app that quantifies your contributions to the open-source world, helps you engage with other projects and bake new project ideas.

You can try out the app at http://github-connect.herokuapp.com.

This is still in beta, so your feedback is welcome.

Setup

Easy install

For a quick setup, just run make setup in the root directory. This should work on both Linux and OSX. Then make run will start the db and app at http://localhost:3000.

Manual setup

  1. Install nodejs (preferably from own repo) and npm:

     add-apt-repository ppa:chris-lea/node.js && apt-get update
     apt-get install nodejs
    
  2. Install mongodb. Needed for our database:

     apt-get install mongodb
    

For OSX, I recommand using MacPorts for an easy install:

    port install mongodb
  1. Set node environment ($NODE_ENV):

     NODE_ENV=development
    
  2. Install all node modules. A list is available further down.

     npm install
    
  3. Start mongod and import testing database:

     mongod &
     mongorestore -d github-connect ghconnect_db/github-connect
    
  4. Run mongod and start the app. Then visit http://localhost:3000.

     mongod &
     node app.js
    

Dependencies

This is a list of the modules we use (package.json):

Use package.json to install them all:

    npm install package.json

Happy coding !

github-connect's People

Contributors

mariuscoto avatar bogdanpetcu avatar vladfulgeanu avatar 17thfox avatar mihaelagaman avatar andreivaduva avatar denu23 avatar ancadiana23 avatar mateioprea avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.