https://github.com/thebwoyprogrammer/xtrac-app
https://github.com/thebwoyprogrammer/xtrac-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebwoyprogrammer/xtrac-app
- Owner: theBwoyProgrammer
- Created: 2022-11-26T07:58:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T10:25:50.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:33:27.437Z (3 months ago)
- Language: Ruby
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
 
# XTrac Budget app
This a mobile web application where you can manage your budget and have a list of transactions associated with a group, so that you can see how much money you spent and on what. It follows [design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).# Sneak Peek
## Built With
- Language: Ruby
- Frameworks: Ruby on Rails
- Testing:
- Unit : RSpec
- Integration : Capybara
- IDE : vscode
- Database : PostgressSQL
- Template engine .erb
- Linters:
- CSS: Stylelint
- Ruby: Rubocop## Entity relationship diagram for DB
# Live Demo
[Live Demo Link](https://thawing-caverns-40549.herokuapp.com/)# Live presentation
[Presentation](https://drive.google.com/file/d/1_409lXNUPUm0Eo7_yz6Cy5VXUWqxy7Jr/view?usp=sharing)## Getting Started
- Check the Ruby version or if you have one by running `ruby -v` if you get something like this `ruby 2.6.8p205 (2021-07-07 revision 67951)` you have Ruby installed.
- Clone the repository by runiing ssh: `gh repo clone techwolf404/Xtrac-app` or http:`https://github.com/techwolf404/Xtrac-app.git` in your CLI.
- `cd Xtrac-app`
- Run `bundle install`
- Run `rails db:create db:migrate`
- Run `rails server`
- Open Browser `http://localhost:3000/`## For Testing
- Run `rspec`👤 **Hatim Eddinani**
- GitHub: [@techwolf404](https://github.com/techwolf404)
- Twitter: [@the_BwoyPrgrmmr](https://twitter.com/the_BwoyPrgrmmr)
- LinkedIn: [Hatim Eddinani](https://www.linkedin.com/in/hatimdev-he/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/techwolf404/Xtrac-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Original [design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)## 📝 License
This project is [MIT](./MIT.md) licensed.