farahriz / traceapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trace App

Simple contact tracing app in Rails.

Install

Clone the repository

git clone git@github.com:farahriz/traceapp.git
cd traceapp

Check your Ruby version

ruby -v

This app was created with ruby 3.0.3

If your don't have an appopriate version of ruby, install the right version using rbenv (it could take quite a while, but don't panic; it just takes some time):

rbenv install 3.0.3

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Install neccesary gems

bundle install

Initialize the databsell

rails db:create db:migrate

Start the server and try it out

bin/rails server

App should run on localhost:3000

About


Languages

Language:Ruby 62.3%Language:HTML 33.4%Language:JavaScript 2.7%Language:CSS 1.6%