Finway news mobile application Backend

Overview

This application :

  • is a Nodejs API as a proxy to consume newsapi and send back the data to finway mobile app.
  • uses a private key stored as an env variable.

Demo

the api is deployed using heroku check it out : Link

Setup

To run the app locally, clone the repo and install the app using:

  $ git clone https://github.com/Ilyass-shw/finway-backend-news.git
  $ cd finway-backend-news
  $ npm install
  $ npm start