alexandreramosdev / gitpay

Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration

Home Page:http://gitpay.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpay

Codacy Badge FOSSA Status first-timers-only Average time to resolve an issue Percentage of issues still open

An Open Source Bounty platform to solve issues from Git, since open source and libraries to real projects demands

https://gitpitch.com/worknenjoy/gitpay

Slack channel

We have a slack channel to collaborate with solutions and to help you, and to be fun

Join us on slack

What is Gitpay?

We offer a marketplace for contributors and projects that use git for on demand project needs, using the Git Workflow as contract to solve issues and reward contributors.

  • You can complete tasks with open collaboration and receive bounties for it
  • Companies can receive reports, fixes and enhancements about the project by developers and offer bounties to complete required tasks

Who is contributing

Join the team

Join the Github team to be assigned to tasks and to be part of the core.

Join the Gitpay team on Github

Requirements

  • Node.js (currently at v8.6.0)
  • React with webpack

Running tests

To run the test: npm run migrate-test (first time)

npm run test (to run the tests)

Env to do some actions

For fully integration with api services used by the platform, you will need the api keys. You should make a copy of your .env.example to .env with the right credentials. Please let me know if you need any of those to solve a issue (mail tarefas@gitpay.me)

You can do this with: cp .env.example .env

Database

Install postgres

  1. install: brew install postgres (mac)
  2. start the service: brew services start postgresql
  3. create postgres user: createuser postgres -s
  4. Login into postgres cli: psql -U postgres
  5. Create test database: create database gitpay_test;
  6. Create a dev database: create database gitpay_dev;
  7. Exit: \q

Run migration

To run the migrations

npm run migrate

To create a new migration

sequelize migration:create --name modelname

Run project

Frontend server

npm run dev

Backend (node.js)

npm run start:dev

Then you can access at http://localhost:8082

Docker

Requirements

  • Docker Engine
  • Docker Compose

Linux

Ubuntu

Installing

Arch Linux / Manjaro / Antergos

Installing

  • Docker and Docker Compose: sudo pacman -S docker docker-compose

Running

Development environment
Test environment
  • Run docker-compose -f docker-compose.test.yml up

First timers

Here you can start to learn how to create your first pull request and start to be a contributor: worknenjoy#247

License

FOSSA Status

About

Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration

http://gitpay.me

License:MIT License


Languages

Language:JavaScript 99.5%Language:Shell 0.2%Language:CSS 0.2%Language:HTML 0.1%