Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 761 Bytes

File metadata and controls

34 lines (21 loc) · 761 Bytes

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