- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
iBudget With this App, one can manage budget: A list of transactions is there which associated with a category, so that one can see how much money to be spent for a particular choice. A user is allowed to: register and log in, so that the data is private to them. New category and new transaction can be created also.
Ruby on rails Postgres HTML CSS Github Bootstrap
Client
Database
- Ruby on Rails
- PostgreSQL Database
View live here
To get a local copy up and running, follow these steps.
- Visual Studio Code.
- Ruby
- PostgreSQL
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
$ git clone https://github.com/Bludidi/iBudget.git
- Then switch to the project directory by running the below command:
$ cd iBudget
- Install the required gems with
bundle install
- Install dependencies with
npm install
- Before running below commands update config/database.yml with your local
DB
credentials. Then run:
rails db:create
rails db:migrate
- With Ruby on Rails and PostgreSQL installed in your environment, you can run
rails server
to run the website.
- Run
rspec
- Run
rails db:seed RAILS_ENV=test
to seed the testing database - Run
rspec
- View project Live here
- Project presentation is here
- [ ]
- [ ]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a ⭐️
- I would like to thank Microverse for these Design Guidelines
- Original design idea by Gregoire Vella on Behance.
- Hat tip to anyone whose code was used 🤝
- Inspiration 🔥
This project is MIT licensed.