Budgget is a budgeting app that allows you to keep track of your expenses and income. You can create your own categories and associate them with your transactions.
- Create an account.
- Create categories.
- Create transactions.
To run this project you need the following dependencies:
- Ruby
- Rails
- PostgreSQL
- Clone this repository to your local machine:
git clone [email protected]:shasherazi/budget-app.git
cd budget-app
- Install dependencies:
bundle install
-
Create environment variables
POSTGRESQL_USER
andPOSTGRESQL_PASSWORD
or editconfig/database.yml
with your database connection info. -
Recreate Data Base:
rake db:schema:load
To run the project, execute the following command in the terminal:
cd buddget
./bin/dev
👤 Syed Hassan Askri
- GitHub: shasherazi
- Twitter: shasherazi
- LinkedIn: shasherazi
- Add picture to user account.
- Generate reports.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
I would like to thank the Microverse community for their support and guidance.
Special thanks for Gregoire Vella by providing the orignal design idea.
This project is MIT licensed.