The expense tracker is an application that lets the user keep track fo all their daily expenses. It has 4 main sections: the login, the dashboard, the All expenses section and the All expenses grouped by category.
You can create your own account or see an example with this username and password.
email : user@user.com passwor : 1234567
- Ruby v2.7.1
- Ruby on Rails v6.0.3.2
- Devise
- Haml
- Bootstrap v4.5
- Simple_form
- PostgresSQL
- AWS S3
- CarrierWave
- Capybara
To get a local copy up and running clone this repository to your local machine.
Ruby: 2.7.1 Rails: 6.0.3.2 Postgres: >=12.3 AWS S3-Bucket
After cloning and installing the prerequisites, follow this steps.
- configure AWS S3. Instructions
- Run
bundle install
- Run
rails db:create db:migrate db:seed
- Run
rails server
- Open
http://localhost:3000/
in your browser - Register and explore the application
Run the following command from root directory to test case.
rspec
👤 Julio Añoveros
- Github: @jubaan
- Twitter: @AnoverosJulio
Give a ⭐️ if you like this project!
Contributions, issues and feature requests are welcome!
Feel free to check the issues page