A Mobile Web App made with Rails that takes care of your expenses. You can have a record of your expenses by date, category, amount, and others. Has feature and system tests with RSpec and Capybara. Implements authentication with Devise. Deployed to Heroku. Uses PostgreSQL and ActiveRecord.
For a live demo of the project click here. (view on mobile for a better experience)
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/hsztan/Paymintz.git
cd budget=app
bundle install
'npm install' or 'yarn install'
rails db:create
rails db:migrate
'rails s' to start the server locally
To execute the tests, run the following command in your terminal:
rspec
👤 Fernando Saldaña
- GitHub: @fasaldana
- Twitter: @Fernandosal98
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to all the Micromates and the Ruby on Rails community for their support.
- Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.