Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tugsem/budgetapp
https://github.com/tugsem/budgetapp
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tugsem/budgetapp
- Owner: tugsem
- Created: 2022-11-15T16:41:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T14:36:10.000Z (about 1 year ago)
- Last Synced: 2024-12-17T16:35:58.541Z (27 days ago)
- Language: Ruby
- Size: 88.9 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)
# Ruby on Rails capstone project - Budget app
> The Ruby on Rails project is about building 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/microverseinc/curriculum-rails/raw/main/capstone/images/erd_diagram.png
## Built With
- Ruby on Rails
## Getting Started
To get a local copy up and running follow these simple example steps.- Copy this link `https://github.com/tugsem/budgetApp.git`.
- Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write `https://github.com/tugsem/budgetApp.git`.
- Go to the repository folder in your command prompt `cd budgetApp`.- Follow these steps to run the app:
- run `rails db:create`, then run `rails db:migrate`
- run `bundle`, then run `rails s`## Authors
👤 **Tuğsem Saranlı**
- GitHub: [@githubhandle](https://github.com/tugsem)
- Twitter: [@twitterhandle](https://twitter.com/tugsemSaranli)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tugsem)## 🤝 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.
## 📝 License
This project is [MIT](./MIT.md) licensed.