- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budget app is about building a mobile web application where you can manage your budget
**[budgetApp]**is about building a mobile web application where you can manage your budget
Ruby on rails
Client
Server
Database
Add a link to your deployed project.
Below are the key features of the application.
- [Homepage]
- [Login and sign up form]
- [category and transactions]
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:vigehi/buget-app.git
Install this project with:
cd budget-app
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
You can deploy this project using:
Mention all of the collaborators of this project.
👤 Edith oga
- GitHub: @vigehi
Below are future features that i will add to my project
- [Category Api token]
- [Transactions Api token]
- [Users]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
More bootstrap on the project
I would like to thank Microverse and all our peers and colleagues there.
- Original design idea by Gregoire Vella on Behance.
Add at least 2 questions new developers would ask when they decide to use your project.
-
[How to do a rails migration in changing a column]
- [rails generate migration change_column :groups, :user_id, null: true]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.