Skip to content

jsug9/budget-app

Repository files navigation

Budget App

The Budget App is a 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.

Live demo

For a live demo of the project click here.

Live Video

For a live presentation of the project check this Loom video.

Getting Started

To get a local copy of the project, follow these steps:

  1. Open the terminal and navigate to the folder where you would like to put these files.
  2. Type the following commands into the terminal:
git clone https://github.com/jsug9/budget=app
cd budget=app

Check the ruby version being used and install it if it is not the same with that of the local machine Set up database direct them to the config/database.yml file

bundle install
'npm install' or 'yarn install'
rails db:create
rails db:migrate
rails 'db:seed' if there is data in the seed
'rails s' to start the server locally

To execute the tests, run the following command in your terminal:

rspec

Author

👤 Augusto Galindo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published