ThreadNest is a Rails API backend that powers the ThreadNest forum platform, handling authentication, threads, comments, and more.
-
Clone the repository:
git clone https://github.com/JumpyJay/threadnest-backend.git cd threadnest-backend -
Install dependencies:
bundle install
-
Set up the database:
rails db:create db:migrate db:seed
-
Start the Rails server:
rails server
- CRUD operations for threads and comments.
- RESTful API for frontend integration.
- Ruby on Rails - API development framework.
- PostgreSQL - Database for data storage.