YukioArie / rails_tabas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Versions

  • Ruby version 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x64-mingw32]
  • Rails version 6.1.4.4
  • Postgresql version 1.1
  • Node version 14.17.3
  • Gem Faker last version

Libs installed via yarn

  • Bootstrap version 5.1.3
  • @fortawesome/fontawesome-free version 6.0.0

Configuration

First of all if you dont have npm installed run on windows:

npm install

or Mac/Linux:

sudo apt-get install npm 

After installed npm, run this to install yarn on windows:

npm install --global yarn

or Mac/Linux:

sudo npm install --global yarn

To finally, run yarn install to install all the dependencies

To run the project

after create Database with postgresql run:

rails db:create db:migrate db:seed

To finnaly, run rails s to run the project

About


Languages

Language:Ruby 65.6%Language:HTML 16.9%Language:JavaScript 8.7%Language:Batchfile 6.8%Language:CSS 1.6%Language:SCSS 0.5%