https://github.com/sboursen/rails-capstone
The Portefeuille is a budget tracking app. After creating an account, it allows to add your daily transactions given some categories. It also allows you add your own categories and list all the transactions belonging to that particular category.
https://github.com/sboursen/rails-capstone
capybara daisyui devise rspec ruby ruby-on-rails tailwindcss
Last synced: 5 months ago
JSON representation
The Portefeuille is a budget tracking app. After creating an account, it allows to add your daily transactions given some categories. It also allows you add your own categories and list all the transactions belonging to that particular category.
- Host: GitHub
- URL: https://github.com/sboursen/rails-capstone
- Owner: Sboursen
- License: mit
- Created: 2022-06-24T13:35:17.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-07-25T17:31:19.000Z (almost 4 years ago)
- Last Synced: 2025-04-25T11:49:07.681Z (about 1 year ago)
- Topics: capybara, daisyui, devise, rspec, ruby, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage: https://rails-portefeuille.herokuapp.com/
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
> The **Portefeuille** is a budget tracking app. After creating an account, it allows to add your daily transactions given some categories. It also allows you add your own categories and list all the transactions belonging to that particular category.
## Built with
- Rails
- Postgresql
- Devise
- TailWind CSS
- Daisyui
- Rspec
- Capybara
## Live link
[App link](https://rails-portefeuille.herokuapp.com/)
## App demo
[demo](https://www.loom.com/share/f80f41d78f18472386c93de397065f82)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Rails
- Postgresql
### Setup
- Clone the Repository
- Go to the project directory
- Run `bundle install`
- Run `rails db:create`
- Run `rails db:migrate`
### Usage
- Run `./bin/dev` to run the app
## Authors
👤 **Soufiane Boursen**
- GitHub: [@Sboursen](https://github.com/Sboursen)
- Twitter: [@sboursen_dev](https://twitter.com/sboursen_dev)
- LinkedIn: [@sboursen](https://linkedin.com/in/sboursen)
## 🤝 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
- 
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
## 📝 License
This project is [MIT](./LICENSE) licensed.