Skip to content

JumpyJay/threadnest-backend

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages