This project is about building a 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.
- Ruby
- Rails
- HTML
- SCSS
- Bootstrap
Describe the tech stack and include only the relevant sections that apply to your project.
Client
- HTML, JavaScript, and CSS
Server
Database
The key features of this app.
- AAA
To get a local copy up and running, follow these steps.
In order to run this project you need to:
run bunlder install
Clone this repository to your desired folder:
https://github.com/melashu/Btracker.git
cd Btracker
On config/database.yml
file change your database server
username
, host
, password
To run the project, execute the following command:
rails db:create db:migrate db:seed
rails server
or rails s
In order to login to the system use
Email: [email protected]
> Password: 123456789
To run tests, run the following command:
Rspec spec
👤 Melashu Amare
- GitHub: @melashu
- Twitter: @meshu102
- LinkedIn: Melashu Amare
In the future I need to improve the following features.
- Add Google, Github and Twitter authentication.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a star if you like this project!
I would like to thank Microverse for the project guidelines.
This project is MIT licensed.