We are 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.
BackEnd
Test
Database
- [Add category] - Create a category.
- [Display all Recategories] - Display all of users categories.
- [Create deal ] - Create a deals for category.
- [Display deal] - Display all of deals category.
To get a local copy up and running, follow these steps.
In order to run this project you need: Visual Studio Code and Installed Rails.
Clone this repository to your desired folder:
$ git clone $ git clone https://github.com/iambenkis/Budget-app-with-rails.git
Install this project with:
you@your-Pc-name:~$ cd <budget-app>
To run the project, execute the following command:
` $ rails server`
To run tests, run the following command:
$ rspec
👤 Benjamin Kisenge
- GitHub: @iambenkis
- LinkedIn: Benjamin Kisenge
- [Add some tests]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give as a star! ⭐️
- Microverse
- Original design idea by Gregoire Vella on Behance.
-
[How I can run this project?]
- [After cloning repository, run rails server.]
-
[Can I add likes on post?]
- [You can add likes and comments on a post.]