https://github.com/crclothier/moneypenny-app
https://github.com/crclothier/moneypenny-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crclothier/moneypenny-app
- Owner: CRClothier
- License: mit
- Created: 2022-08-06T23:37:00.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-19T22:53:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T17:22:27.388Z (3 months ago)
- Language: Ruby
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Budget AppA mobile app following a design on behance allowing transactions to be recorded and organised by category.
## Live Demo
For a live demo please [click here](https://moneypenny-app.herokuapp.com).
## Built With
- Ruby on Rails
- PostgreSQL
- Devise Gem## Run project
```bash
run 'bundle install'
run 'npm install' or 'yarn install'
run 'rails db:create'
run 'rails db:migrate'
run 'rails db:seed'
run 'rails s' to start the server locally
```## Author
👤 **Chris Clothier**
- LinkedIn: [@chris](https://www.linkedin.com/in/crclothier/)
- Github: [@chris](https://github.com/CRClothier)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Original design idea by Gregoire Vella on Behance.
## 📝 License
This project is [MIT](./LICENSE) licensed.