Ruby on Rails project based on grouping transactions by goal.
Explore the docs »
View demo
·
Report bug
·
Request feature
The project was developed using the following technologies:
This project runs on Ruby and Ruby on Rails
Install the following to get this project running in your machine:
- Ruby
- Ruby on Rails
After installation run ruby -v
to make sure Ruby installed correctly. Example:
$ ruby -v
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]
Also make sure that Rails is installed, but running rails -v
.
Example:
$ rails -v
Rails 6.0.2.1
Follow these steps:
Clone the Repository
user@pc:~$ git clone https://github.com/YairFernando67/groceries_app
On the console go to the folder that was created
user@pc:~$ cd groceries_app
user@pc:~/groceries_app$ bundle install --without production
Then migrate the database:
user@pc:~/groceries_app$ rails db:migrate
Run this command if you encountered a problem running rails db:migrate
user@pc:~/groceries_app$ bundle exec rails db:migrate
To run the rspec tests run
user@pc:~/groceries_app$ rspec spec
Finally run the server
user@pc:~/groceries_app$ rails s
Open your browser on http://localhost:3000
👤 Yair Fernando Facio
- Github: @YairFernando67
- Twitter: @YairFernando18
- Linkedin: softwaredeveloperyairfacio
- Email: yair.facio11@gmail.com
- Portfolio: softwaredeveloper
Project Link: https://github.com/YairFernando67/groceries_app
Live Version: https://groceries-man-app.herokuapp.com/
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!