/trasloco

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Trasloco

As minimal application for moving to new house. It helps keeping track of all the boxes by

Build with

  • Ruby on Rails
  • Bootstrap with Webpack
  • Github OAuth

Get Started

Requirements

  • Ruby 2.6
  • Rails 6
  • Foreman gem

Clone

git clone https://github.com/multiscan/trasloco.git
cd trasloco

Install and migrate db

bundle install
yarn install --check-files
rails db:migrate

Start Server

To start rails server

rails server

To start webpack server (rails 6 default is to use webpack)

gem install foreman
foreman start -f Procfile.dev

Useful links

Note

This is a very old project of mine that I had to quickly resurrect. Do not expect anything of good quelity.