First run the development server :
# install libraries and modules
npm i
# starting script
npm run dev
-
/: Home Route includes the Latest news which is fetched by Cosmo Cloud API. -
/Search: Search Route is for making Vector Search requests on MongoDb's Vector Database through Cosmo Cloud vector search API (utilizing Gemini for Embeddings generation). -
/Article: Article Route has two features -> showcasing the article & AI search for article related questions that reader migh have (utilizing Gemini). -
/Bookmark: Bookmark Route for storing bookmarked articles by user. -
/Analytics: Analytics Route is a Dashboard for showcasing the news trends. [Coming Soon...] -
Settings: For User Profile & Site related settings. [Coming Soon...]