Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 499 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 499 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 clone [email protected]:vigetlabs/haxxor-news.git
    cd haxxor_news
  2. Install the required gems:

    bundle install
  3. Set up the database:

    rails db:setup
  4. Start the Rails server:

    rails server

Testing

bundle exec rspec