Skip to content

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.

Notifications You must be signed in to change notification settings

MO-DevTeam/Feedweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published