/NEWS-APP-AM

Full stack application for showing news articles fetched from https://newsapi.org built using MEAN stack

Primary LanguageJavaScript

DESCRIPTION this repo is a implementation of angualar application with express server using mongoDB as database

required software: mongoDB node.js angular-cli make sure the above softwares are install in your machine

command to install dependencies 1.navigate to express_server directory 2.run the command in the shell:"npm install" 3.navigate to NewsApp directory 4.run the command in the shell:"ng build"

command to run the application 1.navigate to express_server directory 2.run the command in the shell:"npm run start"