https://github.com/libercosoft/budget-app
A RoR budget application that allows users to register and log in, introduce new transactions associated with a category, and see the money spent on each category.
https://github.com/libercosoft/budget-app
Last synced: over 1 year ago
JSON representation
A RoR budget application that allows users to register and log in, introduce new transactions associated with a category, and see the money spent on each category.
- Host: GitHub
- URL: https://github.com/libercosoft/budget-app
- Owner: LIBERCOSOFT
- License: mit
- Created: 2023-02-13T09:42:32.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-03-27T07:22:12.000Z (over 3 years ago)
- Last Synced: 2025-01-18T14:50:03.616Z (over 1 year ago)
- Language: Ruby
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 RAILS BUDGET APP ](#-rails-budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install \& Setup](#install--setup)
- [Tests](#tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)
- [🙏 Acknowledgments ](#-acknowledgments-)
**Rails Budget App** is a simple blog application that allows users to register and log in, introduce new transactions associated with a category, and see the money spent on each category..
Server
Database
- **Register and log in users**
- **Introduce new transactions associated with a category**
- **See the money spent on each category**
[Live Demo Link](https://budget-app-production-3559.up.railway.app/)
> To start and run this project
```
bundle install
```
```
rails server
```
```
visit http://127.0.0.1:3000
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE / Editor
- Git
- PostgreSQL
### Install & Setup
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/LIBERCOSOFT/budget-app.git
```
- Then switch to the project folder by the bellow query:
```
$ cd blog-app
```
- Install the required dependecies with `bundle install`
- Install npm dependencies with `npm install`
- **Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:**
- **`rails db:create`**
- **`rails db:migrate`**
- **`rails db:seed`**
- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.
### Tests
- Run `rails db:seed RAILS_ENV=test` to seed the testing database
- Run `rspec`
### Deployment
N/A
👤 **Kolapo Precious Akinrinlola**
- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)
## 🔭 Future Features
- [ ] **Implement API Endpoints**
- [ ] **Integrate Payment Options**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project do not forget to start the repository.
This project is [MIT](./LICENSE) licensed.
- [Gregoire Vella(Author of Design)](https://www.behance.net/gregoirevella)
- [Microverse](https://www.microverse.org/)