Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 741 Bytes

File metadata and controls

45 lines (29 loc) · 741 Bytes

ThreadNest Backend

ThreadNest is a Rails API backend that powers the ThreadNest forum platform, handling authentication, threads, comments, and more.


Quick Start

  1. Clone the repository:

    git clone https://github.com/JumpyJay/threadnest-backend.git
    cd threadnest-backend
  2. Install dependencies:

    bundle install
  3. Set up the database:

    rails db:create db:migrate db:seed
  4. Start the Rails server:

    rails server

Features

  • CRUD operations for threads and comments.
  • RESTful API for frontend integration.

Technologies Used

  • Ruby on Rails - API development framework.
  • PostgreSQL - Database for data storage.