Skip to content

nmtri2810/sample_app

Repository files navigation

Rails tutorial - Sample App

1. Phiên bản cài đặt để chạy được dự án:

  • Ruby: 3.2.2
  • Rails: 7.0.7
  • MySQL

2. Hướng dẫn cài dự án:

2.1 Cài đặt config(chỉ chạy lần đầu)

  • Tạo config database cho dự án: cp config/database.yml.example config/database.yml
  • Chạy lệnh để tạo database: rails db:create
  • Bật server: rails s Truy cập đường dẫn http://localhost:3000/ hiển thị Rails là thành công

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published