Skip to content

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.

Notifications You must be signed in to change notification settings

Felipeg005/BYD-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BYD (Budget Your Day) 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.

Live Version

Please visit the live version

Built With

  • Ruby (ruby 3.0.3p0)
  • Rails 5.2.3

Prerequisites

  • Before we begin, make sure you have a fresh version of Ruby and PostgresSQL porperly installed.
  • Please be sure that the cluster to the local server database is running with the next command: sudo pg_ctlcluster <Here your pg Version or the cluster you configured> main start

please note that if the cluster is stoped or doesn't exits the application will not run because it needs an online database.

Getting Started

  1. Clone this repository in your local. git clone https://github.com/Felipeg005/Recipe-App-Rails
  2. Checkout the correct branch git checkout <desired branch>
  3. Please run bundle install to install all necessary gems before set up the database
  4. Create the database of the project and load default data in db/seed.rb with this command rails db:setup
  5. Now with all installations ready please start the local server with the next code rails s
  6. Please if you want to populate the database with more information do it in ypur own branch in the seed.rb file and run the command rails db:reset

Rspec Test

  1. Please run bundle install to install all necessary gems before the test
  2. You can run rspec spec or rails spec to test all files

Author

👤 Juan Felipe Gomez Tobon

🤝 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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published