Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achilles-dev/budget-app
https://github.com/achilles-dev/budget-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/achilles-dev/budget-app
- Owner: Achilles-Dev
- Created: 2022-08-01T17:07:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T10:10:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:13:08.148Z (over 1 year ago)
- Language: Ruby
- Size: 232 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Money Manager
> The **Money Manager** 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 for that category and on what.
## Built With
- Ruby
- Rails
- Postgresql
- Devise
- CSS & Bootstrap 5
- Rspec
- Capybara## Live Demo
[Live Money Manager](https://budget-app-achilles-dev.fly.dev/)
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Rails
- Postgresql### Setup
- Clone the Repository
`git clone https://github.com/Achilles-Dev/budget-app.git`- Go to the project directory
`cd budget-app`- Run ```bundle install```
- Run ```rails db:create```
- Run ```rails db:migrate```### Install
- Run ```npm install --save-dev [email protected] [email protected] [email protected] [email protected]```
- Run ```gem install --no-document rubocop -v '>= 1.0, < 2.0'```### Usage
- Run ```rails s``` to run the app
### Run tests
- Run ```rspec``` to run tests
## Authors
👤 **Solomon Hagan**
- GitHub: [@Achilles-Dev](https://github.com/Achilles-Dev/)
- Twitter: [@SoloAchilles](https://twitter.com/SoloAchilles/)
- LinkedIn: [Solomon Hagan](https://www.linkedin.com/in/solomon-hagan/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) for the original design idea.
## 📝 License
This project is [MIT](./MIT.md) licensed.