multiscan / trasloco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v2.0


Languages

Language:Ruby 74.1%Language:HTML 21.1%Language:JavaScript 3.4%Language:Dockerfile 0.6%Language:CSS 0.6%Language:Shell 0.2%