aramisf / caravan

Aplicação da nossa caravana da consciência financeira
MIT License
2 stars 0 forks source link

caravan

Application for our financial conscience caravan!

Deploying

If you want to deploy a quick test environment, you can use this heroku deploy button here:

Deploy

It will ask all the environment variables needed! Be sure to keep app.json up to date, than this will always work.

Development

This project is our first Phoenix project, and we are trying not to complicate it with big libs, and we are following all the conventions we found for Phoenix.

To start your Phoenix app:

Now you can visit localhost:4000 from your browser.

Contributing

It's pretty simple, but information is never too much, right?

THE RULES

PS.: Dear reviewer, please always remember to ask for a git rebase master before merging! To make our git log less like:

*   482b533 Merge pull request #795 from bad/master
|\
* \   f2d88dd Merge pull request #793 from bad/master
|\ \
* \ \   55685b1 Merge pull request #792 from bad/master
|\ \ \
* \ \ \   c2c40b0 Merge pull request #791 from bad/master
|\ \ \ \
* \ \ \ \   ac1abbc Merge pull request #790 from bad/master
...

And more like this:

*   96d7522 Merge pull request #27 from good/reports-order
|\
| * 3e89c38 Fixing joins typo
|/
*   22a834e Merge pull request #26 from good/archive-projects
|\
| * 043153b Adds users to seeds
|/
* 7fab6a6 Merge pull request #25 from good/archive-projects
...

Learn more

More Details