arleybri18 / articles_app

Sample rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

  • Ruby version

    use 2.7.4

  • System dependencies

    Install postgresql in your OS

  • Configuration

    Download this repository and run

    $ cd articles_app
    $ bundle
    $ yarn install
    
  • Database creation

    $ rails db:setup
    $ rails db:migrate
    
  • Database initialization

    $ rails db:seed
    
  • App initialization

    $ rails s
    

About

Sample rails app


Languages

Language:Ruby 69.7%Language:HTML 19.1%Language:JavaScript 7.4%Language:SCSS 3.6%Language:TypeScript 0.2%