/groceries_app

RoR application to organize transactions by goal

Primary LanguageRuby

Contributors Forks Stargazers Issues LinkedIn Hireable


Groceries Managment Application.

Ruby on Rails project based on grouping transactions by goal.
Explore the docs »

View demo · Report bug · Request feature

Table of Contents

About The Project

Screenshot Image Screenshot Image Screenshot Image Screenshot Image Screenshot Image Screenshot Image

Built With

The project was developed using the following technologies:

Required Installations

Prerequisites

This project runs on Ruby and Ruby on Rails

Installing

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

Instructions

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

Contact

👤 Yair Fernando Facio

Screenshot Image

Project Link: https://github.com/YairFernando67/groceries_app

Live Version: https://groceries-man-app.herokuapp.com/

🤝 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!