https://github.com/wale-prog/finapp
"Fin App" is a mobile web application that gives users the power to manage their budget: users can have a list of expenses (e.g. bed) associated with a broader category(e.g. Home) so that they can know how much they spent on what over time. Built with Ruby, Rails, PostgreSQL and JavaScript
https://github.com/wale-prog/finapp
javascript psql-database rails
Last synced: about 2 months ago
JSON representation
"Fin App" is a mobile web application that gives users the power to manage their budget: users can have a list of expenses (e.g. bed) associated with a broader category(e.g. Home) so that they can know how much they spent on what over time. Built with Ruby, Rails, PostgreSQL and JavaScript
- Host: GitHub
- URL: https://github.com/wale-prog/finapp
- Owner: wale-prog
- License: mit
- Created: 2022-10-10T10:12:42.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-09T06:18:48.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:41:34.445Z (about 1 year ago)
- Topics: javascript, psql-database, rails
- Language: Ruby
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FinApp
> Project Description
> "Fin App" is a mobile web application that gives users the power to manage their budget: users can have a list of expenses (e.g bed) associated with a broader category(Home) so that they can know how much they spent on what.
## Built With
- Ruby
- Git
- Github
- PostgreSQL
- JavaScript
- Rubocop
- RSpec
- Stylelint
## Getting Started
To get a local copy of the program running, follow these simple steps
## Demo
[Live link](https://rails-41po.onrender.com/)
### Prerequisites
- IDE, preferably Visual Studio Code
### Install
- Ruby
- Rails
### Setup
- Open a command line terminal (Git bash preferrably) and navigate to a directory where you would like to save the work folder using cd.
- Clone the repository with git clone https://github.com/wale-prog/FinApp
- To get the curent working tree, git fetch --all, then checkout to "dev" branch.
- Finally, run the application by doing the following:
- navigate to the root directory with a command line preferably ubuntu terminal
- run 'bundle install'
- run 'rails db:create db:migrate db:seed
- run 'rails serve'
## Authors
👤 **Wale Olapetan**
- GitHub: [@wale-prog](https://github.com/wale-prog)
- Twitter: [@Wale_Petan](https://twitter.com/wale_Petan)
- LinkedIn: [@walepetan](https://www.linkedin.com/in/walepetan/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Shout out to [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance for the design guidelines
- Hat tip to Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.