phemieny7 / newsapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News App

An express js api based app using Next js as -frontend which also include some cloud infracstructure

API Reference

Get all news

  GET /new/

Get single news

  GET /api/news/${id}
Parameter Type Description
id string Required. Id of item to single news

Get news by category

  GET /api/news/${category_id}
Parameter Type Description
category_id string Required. Id of item to single news

Get news by country

  GET /api/news/${country_id}
Parameter Type Description
country_id string Required. Id of item to single news

About


Languages

Language:HTML 67.4%Language:CSS 27.9%Language:JavaScript 4.7%