This is a server-side rendering web application that retrieves and displays the latest technology news with help from the API newsapi.
The project is built using Node.JS, express, Bootstrap and EJS.
API: newsapi
Make sure to have the following installed:
- Node.js (version >= 14.15)
-
Sign up and get a free API Key at newsapi
-
Clone the repo
git clone https://github.com/lennca/tech-news.git- Install NPM packages
npm install- Create a .env file in the root directory and add the following properties with values:
PORT=<PORT_TO_RUN_SERVER_ON>
API_KEY=<YOUR_API_KEY>
- Start the application
npm start
