Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farida-hamid/budgetapp-rails
A mobile application that lets users log in and add transactions associated with a category to see the money spent on each category. Built with: Ruby on Rails, RSPEC, and PostgreSQL.
https://github.com/farida-hamid/budgetapp-rails
postgresql rspec ruby-on-rails
Last synced: 29 days ago
JSON representation
A mobile application that lets users log in and add transactions associated with a category to see the money spent on each category. Built with: Ruby on Rails, RSPEC, and PostgreSQL.
- Host: GitHub
- URL: https://github.com/farida-hamid/budgetapp-rails
- Owner: Farida-Hamid
- License: mit
- Created: 2023-01-10T12:12:17.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-04T19:54:16.000Z (10 months ago)
- Last Synced: 2024-05-28T22:07:02.347Z (6 months ago)
- Topics: postgresql, rspec, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📖 Budet App
> This is a mobile web application where you can manage personal budget: you have a list of transactions associated with a category, so that you know how much you spent and on what.This is a Ruby on Rails application that allows the user to:
register and log in, so that the data is private to them.
introduce new transactions associated with a category.
see the money spent on each category.### Tech Stack
- **BackEnd:**
- Rails
- **Test:**
- RSPEC
- **Database:**
- PostgreSQL- **[Authentication]** - register and log in.
- **[Add Category]** - Add a spending category.
- **[Display Categories]** - Display users categories.
- **[Display Total for Categories]** - Display the total amount of spnding for each category.
- **[Add a Transaction]** - Add transaction.
- **[Display Transaction]** - Display users transaction for each category.- [Check 📝](https://budget-app-r0dc.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: Installed Rails.
### Setup
Clone this repository to your desired folder:
```bash command
git clone [email protected]:Farida-Hamid/BudgetApp-rails.git
```### Install
Install this project with:
```bash command
cd BudgetApp-rails
bundle install
```### Usage
To run the project, execute the following command:
```bash command
rails server
```### Run tests
To run tests, run the following command:
```bash command
rspec spec
```👤 **Farida Hamid**
- LinkedIn: [LinkedIn](https://linkedin.com/in/farida-hamid)
- GitHub: [@Farida-Hamid](https://github.com/Farida-Hamid)- [ ] **[Add a sign out button]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give as a star! ⭐️
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._