Skip to content

lennca/tech-news

Repository files navigation

tech-news

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

⚡️ Getting Started

Prerequisites

Make sure to have the following installed:

Installation

  1. Sign up and get a free API Key at newsapi

  2. Clone the repo

git clone https://github.com/lennca/tech-news.git
  1. Install NPM packages
npm install
  1. 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>
  1. Start the application
npm start

Screenshots

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published