Dangelo-JAN / rails-capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Description video

Description for a live demo

Live Demo

For a live demo

Built With

  • Ruby on Rails
  • PostgreSQL

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/Dangelo-JAN/rails-capstone
cd Budget-App

Run project

  • 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
 run 'bundle install'
 run 'npm install' or 'yarn install'
 run 'rails db:create'
 run rails 'db:migrate'
 run rails 'db:seed' if there is data in the seed
 run 'rails s' to start the server locally

Author

👤 Dangelo Arrivillaga

🤝 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

  • Thanks to my peers who are always there to offer support.
  • Original design idea by Gregoire Vella on Behance.

📝 License

This project is MIT licensed.

About


Languages

Language:Ruby 66.1%Language:HTML 26.2%Language:Batchfile 3.6%Language:CSS 2.5%Language:JavaScript 1.5%