/Feedweb

A web portal where users can post information on various topics under a category. Users can also view, comment on, up vote for various posts.

Primary LanguageHTML

Feedweb

A web portal where users can post information on various topics under a category. Users can also view, comment on, up vote for various posts.

A demo of showing the working can be found here: Visit

Frontend Tools

  • Angular js
  • Bootstrap

Backend Tools

  • Node js
  • Express js

Database

  • MonogDB
  • Mongoose

Deployment

  • Heroku
  • mLabs

Usage

Pre requisites

  • Installing nodejs and npm

        curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
        sudo apt-get install -y nodejs
    
  • Check whether installed correctly

        npm -v
    

    It should display a version number eg. $ 3.5.2

Steps:

  1. Clone the repository

        https://github.com/MO-DevTeam/Feedweb.git feedweb
    
  2. Move into the directory

        cd feedweb
    
  3. Install dependencies using

        npm install
    
  4. Run

        npm start
    

    and open http://localhost:3000 in your browser