/rails-capston

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📰 Budget App

Mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

📹 video presentation

🛠 Built With

Tech Stack

Key Features

  • User can create an account
  • User can login
  • User can create a transaction
  • user can create a category

Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Command line or terminal
  • IDE such as VsCode.
  • Rails needs to be installed on your system.

Setup

Clone this repository to your desired folder: Example command:

  git clone https://github.com/shayan1234554321/rails-capston

Install

Example command:

  bundle install (install all dependencies)

Usage

To run the project redirecting to the root directory of the project and run the following command:

 bin/rails server (to run web application)

Test

To test the web app run the following command:

 rspec spec (  to test the console application)

👥 Authors

👤 Shayan

(back to top)

🔭 Future Features

  • [UX Desktop design]
  • [will add REST API]
  • [side navigation bar for mobile view]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • I would like to thank microverse community for the support and guidance.
  • I would like to express gratitude to Gregoire Vella, as per the Creative Commons license.

(back to top)

📝 License

This project is MIT licensed.

(back to top)