Skip to content

Adams-Ghub/budget-app

Repository files navigation

📗 Table of Contents

📖 Budget App

Budget App This is a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category. see the money spent on each category.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Create category
  • Create transaction
  • Authenticate user
  • Authorize user

(back to top)

🚀 Live Demo

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Example command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Adams-Ghub/budget-app.git

Install

Install this project with:

  cd Budget-App
  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails rspec spec

Deployment

You can deploy this project using:

  https://render.com/

(back to top)

👥 Authors

👤 Adams Bamfo

(back to top)

🔭 Future Features

  • Add complex styles

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

(back to top)

🙏 Acknowledgments

I would like to express my gratitude to the Microverse full-stack curriculum for their inspiring guidance, and I extend appreciation to Gregoire Vella(https://www.behance.net/gregoirevella), the Behance artist behind the original design.(https://creativecommons.org/licenses/by-nc/4.0/)

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category. see the money spent on each category.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors