Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.71 KB

File metadata and controls

70 lines (56 loc) · 1.71 KB

Introduction

🔰 About

This is my RoR Demo project.

🔧 Development

  • Ruby version: 3.2.0

    🔌 System Installation

    • Steps on how to install this project.
    $ rbenv install 3.2.0
    $ bundle install
    ...
    

    📦 Docker Installation

    open database.yml and un-comment the lines for psql (docker connection)

    docker compose up --build
    

    📓 Pre-Requisites

    List all the pre-requisites the system needs to develop this project.

    • Rails 7.1.3
    • Docker
    • Devise
    • Rspec
    • Stimulus
    • Bootstrap

📄 Database

  docker exec -it hello-web-1 bash
  rake db:create db:migrate db:seed

⚡ Services

(job queues, cache servers, search engines, etc.)

🚀 Test

rspec

🔥 Contribution

All contributions are welcome! Please take a moment to review guidelines PR | Issues

🌸 Site Features

📷 Library

Screenshots Screenshot Screenshot 1

🌵 Branches

I use an agile continuous integration methodology.