Newsfeed is a project for MongoDB fundamentals course held at Faculty of Mathematics and Informatics at Sofia University (winter semester 2013/2014)
How to run the project:
- Install nodejs
- Install MongoDB
- Install Imagemagick
- Navigate to the project folder and run 'npm install' command
- Run mongod located in bin folder of mongo installation
- Run 'node app.js' in project folder
- Open browser and type localhost:3000 - you should see something not very pretty. :)