https://github.com/roseokpe/budgetrite
This app makes budgeting seamless. It allows user to signup, create categories, document transactions, keep user balance and more
https://github.com/roseokpe/budgetrite
bootstrap postgresql-database ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This app makes budgeting seamless. It allows user to signup, create categories, document transactions, keep user balance and more
- Host: GitHub
- URL: https://github.com/roseokpe/budgetrite
- Owner: Roseokpe
- License: mit
- Created: 2022-11-13T19:48:00.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-22T16:58:26.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:28:57.008Z (over 1 year ago)
- Topics: bootstrap, postgresql-database, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Project Name
Budgetrite App
# Description the project.
This app makes budgeting seamless. It allows user to signup, create categories, document transactions, keep user balance and more
## Built With
- Languages:
_**Ruby**_
_**Postgresql**_
- Frameworks:
_**Ruby On Rails**_
_**Css**_
- Technologies used: _**Visual Studio Code**_
### Requirements
In order to work on this project, you need to have the following dependencies installed:
- [Ruby](https://www.ruby-lang.org/en/)
- [Postgresql](https://www.postgresql.org/)
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Rails](https://rubyonrails.org/)
### Click here for Video Link
- [Video link](https://www.loom.com/share/aa06ec253a1f49cbb17ad226ca9b3e5b)
## Getting Started
### Clone this repository
```bash
$ git clone https://github.com/Roseokpe/budgetrite.git
$ cd budgetrite
```
### Commands to run
Run
```bash
$ bundle install
```
To get all the gems required for the project
Then, run
```bash
$ npm install
```
To install packages such as style linters
To check linters locally, use
```bash
$ rubocop
$ npx stylelint "**/*.{css,scss}"
```
Once you have the project correctly set up, run
```bash
$ bin/rails db:setup
```
To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes
Finally, each time you make changes to the project, run
```bash
$ bundle exec rspec /spec
```
In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description.
## Authors
👤 **ROSE OKPE**
- GitHub: [@roseokpe](https://github.com/RoseOkpe)
- Twitter: [@roseokpe](https://twitter.com/roseokpe)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
### Web Design
All the template colors, font, and layout distribution for the whole project were designed by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance. A link to the project [can be found here](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=). Check Gregoire for more amazing GUI and Graphic designs!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Coding Partners
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.