Skip to content

In this App, financial budget can be managed. It contains a list of transactions associated with a category, so that one can see how much money can be spent on what. A user is allowed to register and log in, so that the data is private to them. New transactions are associated with a category. User can see the money spent on each category.

Notifications You must be signed in to change notification settings

chuaindia/ror_capstone_budget_app

Repository files navigation

📗 Table of Contents

📖 ROR_CAPSTONE_BUDGET_APP

ROR_CAPSTONE_BUDGET_APP With this App, one can manage budget: A list of transactions is there which associated with a category, so that one can see how much money to be spent for a particular choice. A user is allowed to: register and log in, so that the data is private to them. New category and new transaction can be created also.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • Ruby on Rails
  • PostgreSQL Database

(back to top)

🚀 Live Demo

None

(back to top)

💻 Getting Started

To start and run this project

bundle install
ruby main.rb

To get a local copy up and running, follow these steps.

Prerequisites

  • Visual Studio Code.
  • Git Flow.
  • PostgreSQL

Install & Setup

To setup and install this sample ROR Blog project, follow the below steps:

  • Clone this project by the command:
$ git clone https://github.com/chuaindia/ror_capstone_buget_app.git
  • Then switch to the project folder by the bellow query:
$ cd ror_capstone_buget_app
  • Install the required dependecies with
bundle install
  • Install npm dependencies with
npm install
  • Before running below commands update config/database.yml with your local DBcredentials. Then run:
rake db:create
rake db:migrate

  • With Ruby on Rails and PostgreSQL installed in your environment, you can run
rails server

to run the website.

Tests

  • Run
rake db:seed RAILS_ENV=test

to seed the testing database

  • Run
rspec
  • Install the required dependecies with bundle install

  • Install npm dependencies with npm install

  • Before running below commands update config/database.yml with your local DBcredentials. Then run: - rake db:create - rake db:migrate

  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails server to run the website.

Tests

  • Run rake db:seed RAILS_ENV=test to seed the testing database
  • Run rspec

Deployment

  • I will deploy the project with render, after which you can access the live version of the project in the Live Demo section. I tried it several times following the process explained but it failed.The link for failed deployment is attached : https://ror-capstone-budget-app.onrender.com.
  • I tried deployment with netlify : The details is attached in the pull request.

Video Presentation

(back to top)

👥 Author

👤 Tanusri Ghosh

(back to top)

🔭 Future Features

  • More new pages
  • Proper Deployment

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a ⭐️

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

In this App, financial budget can be managed. It contains a list of transactions associated with a category, so that one can see how much money can be spent on what. A user is allowed to register and log in, so that the data is private to them. New transactions are associated with a category. User can see the money spent on each category.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published