Skip to content

AKosmachyov/news_portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News portal

A News portal built using Node.js, Express, Mongodb, Angular2.

Live Demo

Visit news-portal-demo.herokuapp.com to see a live demo.

Installation

Make sure you have Node.js, npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/AKosmachyov/news_portal.git
    $ cd news_portal
    
  2. Install Dependencies

    $ npm install
    
  3. Start your MongoDB server or edit configuration file in server/serverConfig.json with your MongoDB url.

  4. Start the application

    $ npm start
    

Your app should now be running on localhost:3000