https://github.com/forloop94/rails_budget_app
https://github.com/forloop94/rails_budget_app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forloop94/rails_budget_app
- Owner: forLoop94
- License: mit
- Created: 2023-09-18T08:16:58.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-09-23T11:03:31.000Z (almost 3 years ago)
- Last Synced: 2023-09-23T12:41:16.788Z (almost 3 years ago)
- Language: Ruby
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rails Budget App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget App ](#-budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [🚀 Deployment ](#-deployment-)
- [🎞️ Presentation Video ](#️-presentation-video-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
The **Budget App** is an application that helps the user keep track of financial activities across different categories.
- RUBY
- Rails
- Postgresql
- HTML
- CSS
- Javascript
- [ ] **Login**
- [ ] **Sign Up**
- [ ] **Logout**
- [ ] **Create New category**
- [ ] **Create New transaction**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- git
- Ruby
- Rails
- Bundle gem
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:forLoop94/Rails_budget_app.git
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following commands:
```sh
rubocop
rspec spec/
npm run stylelint
```
## 🚀 Deployment
Deployment: [Thrifty](https://thrifty-ma5c.onrender.com/)
## 🎞️ Presentation Video
Video: [Presentation](https://www.loom.com/share/36ae6cb1537b428596be98fbb1ab9c7b)
👤 **Charles Andrews**
- GitHub: [@githubhandle](https://github.com/forLoop94)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/andrewsCharlesUwem/)
- [ ] **Stats dashboard**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/forLoop94/Rails_budget_app/issues).
If you like this project give me a follow and/or a star
I would like to thank Microverse for giving me this wonderful opportunity to work on this project
and [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) for the original design.
This project is [MIT](./LICENSE) licensed.