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
- Angular js
- Bootstrap
- Node js
- Express js
- MonogDB
- Mongoose
- Heroku
- mLabs
-
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
-
Clone the repository
https://github.com/MO-DevTeam/Feedweb.git feedweb
-
Move into the directory
cd feedweb
-
Install dependencies using
npm install
-
Run
npm start
and open http://localhost:3000 in your browser