Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikstoupignan/budget-app
This app is 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/erikstoupignan/budget-app
bootstrap bullet capibara database devise rspec-rails ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
This app is 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/erikstoupignan/budget-app
- Owner: ErikStoupignan
- Created: 2022-12-19T15:40:37.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-24T01:54:59.000Z (about 2 years ago)
- Last Synced: 2024-12-06T04:00:29.107Z (about 1 month ago)
- Topics: bootstrap, bullet, capibara, database, devise, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://stoupignan-budget.onrender.com/
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)This app is 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.
Client
Server
Database
- [Live Demo Link](https://stoupignan-budget.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
bundle install
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/ErikStoupignan/Budget-app.git
cd setup-ror-project
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
π€ **Erik Stoupignan SΓ‘nchez BeltrΓ‘n**
- GitHub: [@ErikStoupignan](https://github.com/ErikStoupignan)
- Twitter: [@Erik_Stoupignan](https://twitter.com/Erik_Stoupignan)
- LinkedIn: [Erik Stoupignan SΓ‘nchez BeltrΓ‘n](https://www.linkedin.com/in/erik-sanchez-beltran/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank [Gregoire Vella](https://www.behance.net/gregoirevella) for this template.
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._