A REST API for searching and managing articles using PostgreSQL full-text search.
Built with TypeScript, Express, and PostgreSQL.
- Full-text search powered by PostgreSQL tsvector and GIN indexes
- Fast lookups using B-tree indexes
- Clean REST API structure
- TypeScript
- Express.js
- PostgreSQL
- node-postgres (pg)
Clone the repo and install dependencies:
git clone https://github.com/mujib77/articles-api
cd articles-api
npm install