- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
Client
Database
- Ruby on Rails
- PostgreSQL Database
None
To start and run this project
bundle install
ruby main.rb
To get a local copy up and running, follow these steps.
- Visual Studio Code.
- Git Flow.
- PostgreSQL
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
DB
credentials. 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.
- 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
DB
credentials. 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.
- Run
rake db:seed RAILS_ENV=test
to seed the testing database - Run
rspec
- 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.
- I made a loom video presentation . The link is : https://www.loom.com/share/8cb3175e5c07456a8e902d6bd9639749
👤 Tanusri Ghosh
- GitHub: @chuaindia
- Twitter: @chuaghosh
- LinkedIn: @Ghosh
- More new pages
- Proper Deployment
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a ⭐️
- I would like to thank Microverse for these Design Guidelines
- Original design idea by Gregoire Vella on Behance.
- Hat tip to anyone whose code was used 🤝
- Inspiration 🔥
This project is MIT licensed.