Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neckerfree/mymoney
This capstone project 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/neckerfree/mymoney
Last synced: 1 day ago
JSON representation
This capstone project 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/neckerfree/mymoney
- Owner: NeckerFree
- Created: 2022-08-09T02:20:27.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-30T22:23:22.000Z (about 2 years ago)
- Last Synced: 2023-02-26T14:46:44.369Z (over 1 year ago)
- Language: Ruby
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project Name: MyMoney
> This capstone project 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.
## Built With
- Ruby on Rails
- PostgreSql
- Boostrap
- Rspec## Presentation Link
[Presentation](https://www.loom.com/share/4d67323c26aa482da1e49be81bcbba62)
## Live Demo (if available)
[Live Demo Link](https://fierce-caverns-90128.herokuapp.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone Repository using
`git clone https://github.com/NeckerFree/MyMoney`
- Move into project directory
`cd MyMoney`
### Setup Database
- Make sure that your Postgres database is installed.
- Open the file config\database.yml
- Modify the connection parameters to point your Postgres Database:
`username: [your_user]`
`password: [your_password]`- If required drop existing database : `rake db:drop`
- Create databases: `rake db:create`
- Create db structure including tables : `rake db:migrate`
- If required seed initial data (stored in db\seeds.rb file): `rails db:seed`
### Run Tests
- Install rspec: `bundle install`
- Run all tests: `rspec`
- Run all tests and show test documentation: `rspec spec --format documentation`### Run App
- If required (Not for testing) run `rails server`
- Visit http://localhost:3000/ in your browser!## Author
π€ **Elio CortΓ©s**
- GitHub: [@NeckerFree](https://github.com/NeckerFree)
- Twitter: [@ElioCortesM](https://twitter.com/ElioCortesM)
- LinkedIn: [elionelsoncortes](https://www.linkedin.com/in/elionelsoncortes/)## π€ 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## π License
This project is [MIT](./LICENSE) licensed.