BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category. User can create transactions on each of the category or can create a category themselves.
- Ruby
- Ruby on Rails
- SASS
- git
To get a local copy up and running follow these simple example steps.
Clone the project by using terminal:
git clone git@github.com:AnselemOdims/BudgIT.git
cd BudgIT
and then run the following command
bundle install
- Create database and run migrations using
bin/rails db:setup
- Start the server using
bin/rails s
- To run test
rspec spec
- Ruby
- Rails
Rspec gem for testing enviroment
👤 ANSELEM ODIMEGWU
- GitHub: @AnselemOdims
- LinkedIn: Anselem Odimegwu
- Email: anselemcloud@gmail.com
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Credit to Gregoire Vella on Behance the author of the original design
This project is MIT licensed.