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.
Live demo: Budgit
- Ruby
- Ruby on Rails
- Devise
- PostgreSQL
To get a local copy up and running follow these simple example steps.
Make sure you have Ruby and Rails installed on your computer. If not, you can follow this tutorial to install them.
If you don't have PostgreSQL installed, you can follow this tutorial to install it.
If you don't have yarn installed, you can follow this tutorial to install it.
In your terminal, navigate to your current directory and run this code
git clone https://github.com/deyemiobaa/budgit.git
Then run
cd budgit
Open the project in your favorite code editor. code .
for VS Code.
- Use the command
bundle install
to install all project dependencies. - Run
yarn install
to install all the JavaScript dependencies. - Run
yarn build:css
to build the CSS files. - Run
rails db:create db:migrate
to create the database and run migrations. - You might need to supply a username and password for your PostgreSQL database if you run into an error with the previous step.
- Simply navigate to
config/database.yml
and add your username and password to theusername
andpassword
fields. - Type in the terminal
rails s
to start the server then click onhttp://127.0.0.1:3000
- Start tracking your budget!
Within the projects working directory run test using the following command:
rspec
in the terminal
👤 Sodiq
- GitHub: @deyemiobaa
- Twitter: @deyemiobaa
- LinkedIn: Sodiq Aderibigbe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Design idea by Gregoire Vella on Behance
This project is MIT licensed.