Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjdev2212/budget-app
Expense tracker is an application where the user creates an account and can keep track of their expenses. It is a mobile app. Created with Ruby on Rails.
https://github.com/sjdev2212/budget-app
css-grid css3 html ror ruby
Last synced: 19 days ago
JSON representation
Expense tracker is an application where the user creates an account and can keep track of their expenses. It is a mobile app. Created with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/sjdev2212/budget-app
- Owner: sjdev2212
- Created: 2022-05-21T13:02:33.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-27T23:11:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T07:42:58.706Z (22 days ago)
- Topics: css-grid, css3, html, ror, ruby
- Language: Ruby
- Homepage: https://gentle-headland-22451.herokuapp.com/
- Size: 339 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# ROR: Expense Tracker
> ROR app to track the expenses.
![screenshot](./app/assets/images/p3.png)
Application buit with Ruby on Rails## Live demo
[www.ExpenseTracker.com](https://gentle-headland-22451.herokuapp.com)## Built With
- Major languages: Ruby
- Frameworks: ROR
- Gems: devise,RSpec## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
You need to have followings installed in your local machine:
- `Ruby`
- `Postgresql`
- `Rails`
- `RSpec`
- `node.js`### Setup
To setup the project in your local, in the repo page:
- click on code (dropdown list) > Download as ZIP.
- or open terminal of path you want to install project and run this command:
`git clone https://github.com/sj1978/budget-app.git`
- `cd ebudget-app/`
- `bundle install`
- `bin/rails db:create`
- `bin/rails db:migrate`## Instruction on the usage
- Run the following comands in your command line:
- `rails s`
- `open any chrome/firefox`
- `type "localhost:3000"`
- `enjoy the app`## Tests
- To run tests for current app, please run below commands in your terminal:
- `cd budget-app/`
- `rspec spec spec/test_file_name`## Author
👤 **Anibal Amoroso**
- GitHub: [@sj1978](https://github.com/sj1978)
- LinkedIn: [LinkedIn](https://linkedin.com/in/anibalamoroso/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/sj1978/budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This is app built withing the frames of CAPSTONE project of Rails Module at **[Microverse](https://www.microverse.org/)**, a remote web-developer school, using their support and frameworks provided.
Original design idea by [Gregoire Vella](https://www.behance.net/gregoirevella)## 📝 License
This project is [MIT](./MIT.md) licensed.