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.
- Ruby (ruby 3.0.3p0)
- Rails 5.2.3
- 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.
- Clone this repository in your local.
git clone https://github.com/Felipeg005/Recipe-App-Rails
- Checkout the correct branch
git checkout <desired branch>
- Please run
bundle install
to install all necessary gems before set up the database - Create the database of the project and load default data in db/seed.rb with this command
rails db:setup
- Now with all installations ready please start the local server with the next code
rails s
- 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
- Please run
bundle install
to install all necessary gems before the test - You can run
rspec spec
orrails spec
to test all files
👤 Juan Felipe Gomez Tobon
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Thanks to Microverse for make it possible!
-
Iconos diseñados por Freepik from www.flaticon.es
This project is MIT licensed.