Giter VIP home page Giter VIP logo

gitpay's Introduction

Gitpay

Codacy Badge FOSSA Status Waffle.io - Columns and their card count first-timers-only

Freelancing with development workflow

https://gitpitch.com/worknenjoy/gitpay

What is Gitpay?

We offer a marketplace for developersand platforms that use git for on demand project needs, using the Git Workflow as contract to deliver issues solved and be rewarded for contribute.

  • 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 Gitpay team http://probot-invite.herokuapp.com/join/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ3b3JrbmVuam95IiwiaXNzIjo1NTM1NTQsInJvbGUiOiJtZW1iZXIiLCJ0ZWFtcyI6WyIyODA0NDE5IiwiMjYzNzkyOSJdLCJpYXQiOjE1NDY0NzI4NjR9.iHSIS0XuvmvhwOROdkKw64i00PgzeK4e7h_yCxFh1YE

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 [email protected])

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 Prerna Verma I Gede Wicaksana

License

FOSSA Status

gitpay's People

Contributors

alexanmtz avatar alnagaev avatar ataquino avatar camillelabanca avatar codacy-badger avatar farolanf avatar fossabot avatar leonardohofling avatar mthais avatar partom avatar prernaverma05 avatar raivitor avatar sachinnishal avatar theodorosidmar avatar waffle-iron avatar wharley avatar wicaker avatar yuritoledo avatar

Watchers

 avatar  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.