Git Product home page Git Product logo

colabore's Introduction

README

colabore

Um sistema onde entidades sociais podem anunciar vagas para voluntários e pessoas dispostas a se voluntariar podem navegar e fazer buscas para encontrar e se candidatar aos projetos de interesse. O sistema também tem como objetivo servir como uma prova social dos trabalhos voluntários prestado pela pessoa.

O aplicativo pode ser acessado por qualquer dispositvo a partir deste link.

Code Climate

Stack

  • Ruby (on Rails)
  • Coffeescript
  • SCRUM
  • Materialize Framework

I want to contribute

Everyone is welcome to contribute to the project and improve the way people get information about bus traffic. To contribute follow the steps below:

1. Fork this repository

2. Clone your fork to a local repository

git clone your-foked-repository
cd your-foked-repository

3. Preparing Ambient

Rename the file of ambient variables from .env.example to .env.

4. Run docker-composer build

docker-compose up --build

5. Run migrations (Os containers terão que estar up para executar o comando abaixo)

docker-compose up
docker-compose run --rm app bundle exec rake db:create db:migrate

6. Run tests

docker-compose exec app bundle exec rspec

7. Start the app

docker-compose up --build

8. Add the original repository as a source in your local repository

git remote add upstream https://github.com/ondrejKu/colabore

9. Sync your repository with the original

git fetch upstream

10. Update local repository

git checkout master
git merge upstream/master

11. Create a new branch

git checkout -b my-new-feature

12. Make a pull request

colabore's People

Stargazers

 avatar  avatar  avatar

Watchers

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