Budget is 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.
- Ruby on Rails
- PostgreSQL
- devise - authentication
- cancancan - authorization
To get a local copy up and running follow these simple steps:
- Ruby ruby-3.1.2 installed
- PostgreSQL DBMS running
- Open your terminal and navigate to the folder you would like to save the project.type the following commands to your terminal
git clone hhttps://github.com/Gedewon/Budget-app.git
cd Budget-app && bundle install
before running the project we have to setup our databses
-
Set databased name and password in database.yml
-
Or Set
.env
file contains environment variables needed to get the Database up and running.
.env.local
file you can use as a guide to configuring your own. Type the following commands into the terminal (or Git Bash, if using Windows) to create your.env
file:
cp .env.local .env
rails secret
- Set your variables at .env
DATABASE_HOST
DATABASE_USER
DATABASE_PASSWORD
rails db:reset
rails server
- Open your web browser at http://127.0.0.1:3000/
rspec
👤 Gedewon Haile
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Gregoire Vella on Behance
This project is MIT licensed.