This is a app to manage your food stock.
you need
- Ruby 2.5.1
- bundler have to be installed
- clone this repo
- run
bundle install
to install missing dependecies
- run
rails db:migrate
rails db:seed
- to initialize the database
- run
rails s
to start the app
read the CHANGELOG for latest updates