Skip to content

A mobile app for managing your personal monthly budget

Notifications You must be signed in to change notification settings

Un-dev/budget_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby

Master project

This is a simple budget app developped in ruby on rails. It is primarly aimed as a final project for my master degree. It will just be a webapp in the first place but i could consider wrapping it in a React-Native Skeleton and deploy it on google store (not ios cuz I dont want).

Installation

todo : Docker Hub CI

For developpers

You will need Node 16.11.0, ruby 3.0.0p0, rails 6.1.4.4, postgres 14.1

on the first start :

$ yarn
$ bundle
$ rails db:create
$ rails db:migrate

# this one is for loading fake data
$ rails db:seed

then you will just need

$ rails s

to run the server

below is the db schema :

alt text

TODO / Nice to have's

  • Navigation animation

  • Redesign sign in/up screens

About

A mobile app for managing your personal monthly budget

Resources

Stars

Watchers

Forks

Packages

No packages published