Skip to content

Ikl0/finance_tracker

 
 

Repository files navigation

Project

Finance_tracker

Install

Clone the repository

git clone git@github.com:Ikl0/finance_tracker.git
cd finance_tracker

Check your Ruby version

ruby -v

The required ruby version is '3.2.2'

If not, install the right ruby version using rvm (it could take a while):

rvm install 3.2.2

Install dependencies

Using Bundler, Yarn and Node.js

bundle 
install yarn 
install node.js 
 bundle exec rake webpacker:install

Initialize the database

rails db:create db:migrate db:seed

Or just

rails db:setup

Now start the server

rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • Ruby 42.2%
  • HTML 13.1%
  • Other 1.4%