A News portal built using Node.js, Express, Mongodb, Angular2.
Visit news-portal-demo.herokuapp.com to see a live demo.
Make sure you have Node.js, npm installed.
-
Clone or Download the repository
$ git clone https://github.com/AKosmachyov/news_portal.git $ cd news_portal
-
Install Dependencies
$ npm install
-
Start your MongoDB server or edit configuration file in server/serverConfig.json with your MongoDB url.
-
Start the application
$ npm start
Your app should now be running on localhost:3000