Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 461 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 461 Bytes

A Hacker News clone where users can post articles.

Technologies

  • Rails: 7.1.3.4
  • Ruby: 3.0.0

Installation

  1. Clone the repository:

    git [email protected]:paulmckissock/Rails-Tutorial.git
    cd Rails-Tutorial
  2. Install the required gems:

    bundle install
  3. Set up the database:

    rails db:setup
  4. Start the Rails server:

    rails server