Freelancing with development workflow
We offer a marketplace for developersand platforms that use git for on demand project needs, using the Git Workflow as contract of deliver issues solved.
- 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
- Node.js (currently at v8.6.0)
- React with webpack
To run the test:
npm run migrate-test
(first time)
npm run test
(to run the tests)
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)
To run the migrations
npm run migrate
To create a new migration
sequelize migration:create --name modelname
npm run dev
npm run start:dev
Then you can access at http://localhost:8082
Docker Engine
Docker Compose
- Docker Engine: https://docs.docker.com/install/linux/docker-ce/ubuntu/
- Docker Compose: https://docs.docker.com/compose/install/
- Run
docker-compose up
- Open your browser at http://localhost:8082
- Run
docker-compose -f docker-compose.test.yml up