1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 06:55:21 +02:00
Maybe est une application web entièrement open source pour vos finances personnelles. Vous aurez à votre disposition tous les outils et calculatrices interactifs dont vous avez besoin pour visualiser et naviguer dans votre parcours financier. https://maybefinance.com/
Find a file
2024-01-01 17:19:50 -06:00
.github Initializing core app 2024-01-01 17:10:48 -06:00
app Initializing core app 2024-01-01 17:10:48 -06:00
bin Initializing core app 2024-01-01 17:10:48 -06:00
config Initializing core app 2024-01-01 17:10:48 -06:00
db Initializing core app 2024-01-01 17:10:48 -06:00
lib Initializing core app 2024-01-01 17:10:48 -06:00
log Initializing core app 2024-01-01 17:10:48 -06:00
public Initializing core app 2024-01-01 17:10:48 -06:00
storage Initializing core app 2024-01-01 17:10:48 -06:00
test Initializing core app 2024-01-01 17:10:48 -06:00
tmp Initializing core app 2024-01-01 17:10:48 -06:00
vendor Initializing core app 2024-01-01 17:10:48 -06:00
.dockerignore Initializing core app 2024-01-01 17:10:48 -06:00
.gitattributes Initializing core app 2024-01-01 17:10:48 -06:00
.gitignore Initializing core app 2024-01-01 17:10:48 -06:00
.rubocop.yml Initializing core app 2024-01-01 17:10:48 -06:00
.ruby-version Initializing core app 2024-01-01 17:10:48 -06:00
config.ru Initializing core app 2024-01-01 17:10:48 -06:00
Dockerfile Initializing core app 2024-01-01 17:10:48 -06:00
Gemfile Gemfile cleanup 2024-01-01 17:19:50 -06:00
Gemfile.lock Gemfile cleanup 2024-01-01 17:19:50 -06:00
LICENSE Create LICENSE 2024-01-01 16:41:40 -06:00
Procfile.dev Initializing core app 2024-01-01 17:10:48 -06:00
Rakefile Initializing core app 2024-01-01 17:10:48 -06:00
README.md Update README.md 2024-01-01 17:13:43 -06:00

Maybe

We're in the earliest stages (exploratory, really) of building an open source investment tracking + optimization platform.

In its previous life, Maybe was a personal finance and wealth management platform that unfortunately wasn't economically viable. We're now taking another pass in the finance space to see how we can help people grow their wealth in meaningful ways.

If you're interested in being involved, head over to Discord: https://discord.gg/jhQFEMwrxD

You can also reach out to @Shpigford on Twitter.

CleanShot 2024-01-01 at 16 10 05@2x

Code

The codebase is vanilla Rails w/ Redis, Puma, and Postgres. Quite a simple setup.

Setup

You'll need:

  • ruby >3 (specific version is in Gemfile)
  • postgresql (if using stock config/database.yml)
cd maybe
bundle install
rails db:setup

You can then run the rails web server:

bin/dev

And visit http://localhost:3000

Contributing

It's still very early days for this so your mileage will vary here and lots of things will break.

But almost any contribution will be beneficial at this point. Check the current Issues to see where you can jump in!

If you've got an improvement, just send in a pull request!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you've got feature ideas, simply open a new issues!