https://github.com/reem-lab/budget-app
Budget app is about building 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 and on what
https://github.com/reem-lab/budget-app
boostrap devise-token-auth postgresql rspec-rails rubocop ruby ruby-on-rails
Last synced: 7 months ago
JSON representation
Budget app is about building 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 and on what
- Host: GitHub
- URL: https://github.com/reem-lab/budget-app
- Owner: Reem-lab
- License: mit
- Created: 2022-05-23T14:58:21.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-02T21:16:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T08:12:14.054Z (about 1 year ago)
- Topics: boostrap, devise-token-auth, postgresql, rspec-rails, rubocop, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 142 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Budget APP
> Budget app is about building 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 and on what
## video demo 🎥
https://user-images.githubusercontent.com/58553711/170388832-d1c293b9-dff6-4126-9547-20d363dea5f4.mp4
## Heroku Deploy 🚀
[Live demo here](https://agile-atoll-37898.herokuapp.com/)
## Video for me explaining 🎦
[See the Explanation here](https://www.loom.com/share/072e142042e049b8a0e0bc512ddbb51c)
## Built With
- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
## Configuration
To use this project you first need to have installed the following:
+ Node.js
+ Ruby
+ PostgreSQL
+ Rails
* Ruby version
The version of ruby that is needed for this project is
+ 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
```
git clone git@github.com:Reem-lab/budget-app.git
```
### Database creation
Next, use this command to create the databases:
```
rails db:create
```
## Usage
Finally, use the following command to initialize the live server:
```
rails s
```
```
open on your browser "localhost:3000"
```
## How to run the tests
before you run the tests
```
rails db:seed RAILS_ENV=test
```
```
rspec spec
```
### or :
```
rspec spec/models
rspec spec/views
```
## Authors
👤 **Reem Janina**
Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.