A Hacker News clone where users can post articles.
- Rails: 7.1.3.4
- Ruby: 3.0.0
-
Clone the repository:
git clone [email protected]:vigetlabs/haxxor-news.git cd haxxor_news
-
Install the required gems:
bundle install
-
Set up the database:
rails db:setup
-
Start the Rails server:
rails server
bundle exec rspec