This is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Ruby
- Rspec
- Rails
- PostgreSQL
To get a local copy up and running follow these simple steps inside the root folder.
- Clone or download this repo on your machine
- Enter project directory
- Run
bundle install
to install dependencies - Run
rails db:create
to create a database - Run
rails db:migrate
to create a database - Run
rails db:seed
to add dummy data
Run rails s
to run the server and open localhost:3000
in browser
- After seed you can login using: email: 'Test@user1.com', password: 'password'
Run rspec
to run tests
👤 Onesis Olea
- Github: 2bleO
- Linkedin: Onesis Olea
- Twitter: @OleaOnesis
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Original design idea by Gregoire Vella
- Original design on Behance
- Proxima Nova Font
This project is MIT Lisenced