/budget-app

A RoR budget application that allows users to register and log in, introduce new transactions associated with a category, and see the money spent on each category.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 RAILS BUDGET APP

Rails Budget App is a simple blog application that allows users to register and log in, introduce new transactions associated with a category, and see the money spent on each category..

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Register and log in users
  • Introduce new transactions associated with a category
  • See the money spent on each category

(back to top)

🚀 Live Demo

Live Demo Link

(back to top)

💻 Getting Started

To start and run this project

bundle install
rails server
visit http://127.0.0.1:3000

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

Prerequisites

  • IDE / Editor
  • Git
  • 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/LIBERCOSOFT/budget-app.git
  • Then switch to the project folder by the bellow query:
$ cd blog-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: - rails db:create - rails db:migrate - rails db:seed
  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails server to run the website.

Tests

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

Deployment

N/A

(back to top)

👥 Authors

👤 Kolapo Precious Akinrinlola

🔭 Future Features

  • Implement API Endpoints
  • Integrate Payment Options

(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 do not forget to start the repository.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

🙏 Acknowledgments

(back to top)