Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianofrank/rails-wallet
My Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.
https://github.com/fabianofrank/rails-wallet
postgresql rails ruby
Last synced: 8 days ago
JSON representation
My Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.
- Host: GitHub
- URL: https://github.com/fabianofrank/rails-wallet
- Owner: fabianofrank
- Created: 2022-09-12T17:03:54.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-24T23:37:00.000Z (10 months ago)
- Last Synced: 2024-01-25T00:42:42.332Z (10 months ago)
- Topics: postgresql, rails, ruby
- Language: Ruby
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Wallet
My Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.
- Here it is the main screen and the live link for of the application:
![wallet1_mock](https://user-images.githubusercontent.com/68971295/196289400-d5bb6fc1-4f7b-42e3-89ac-463df77f18b9.png)
![wallet2_mock](https://user-images.githubusercontent.com/68971295/196289435-7019cc08-a850-4259-9c70-45bc2c83b808.png)
![wallet3_mock](https://user-images.githubusercontent.com/68971295/196289446-1d4f07fa-441c-49fc-9f1f-1a94f47bb2e9.png)### [Demo](https://rails-wallet.herokuapp.com/)
## Getting Started
To run the project locally, copy up and running follow these simple example steps :- First of all make sure you have both `Ruby` & `Rails` installed in your machine
(else You can install `Rails` just with this simple command ```gem install rails```)
- clone the project with the following command line :
```
$ git clone [email protected]:fabianofrank/rails-wallet.git
```
- Then go to the right folder
```
$ cd rails-wallet
```
```
$ bundle-install
```
and run to install npm package
```
$ npm install
```make sure the database is up and running.
```
$ rails db:create
```
When you will add migration file then, you can add command like
```
$ rails db:migrate
```
Run this command line to add some dummy data
```
$ rails db:seed
```- Finaly run `rails s` and visit http://localhost:3000/ in your browser!
## Run tests :
To run Request specs locally you need just to run this following command in your terminal :
```
$ bundle exec rspec
```
## Built With
- Ruby on RAils
- PostgreSQL## Author
👤 **Fabiano Frank**
- GitHub: [@fabianofrank](https://github.com/fabianofrank)
- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)
- LinkedIn: [@fabianofrank](https://www.linkedin.com/in/fabianofrank/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/fabianofrank/rails-blog-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration 💘
- Microverse program ⚡
- My standup team 😍
- My family's support 🙌
- MicroBros 😜## 📝 License
This project is [MIT](https://github.com/fabianofrank/rails-blog-app/blob/develop/LICENSE.md) licensed.