Skip to content

mujib77/articles-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

articles-api

A REST API for searching and managing articles using PostgreSQL full-text search.

Built with TypeScript, Express, and PostgreSQL.

Features

  • Full-text search powered by PostgreSQL tsvector and GIN indexes
  • Fast lookups using B-tree indexes
  • Clean REST API structure

Tech Stack

  • TypeScript
  • Express.js
  • PostgreSQL
  • node-postgres (pg)

Getting Started

Clone the repo and install dependencies:

git clone https://github.com/mujib77/articles-api
cd articles-api
npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors