CodeStory aims to teach coding to users in a friendly and easy-to-learn manner. User's get to star in existing stories while learning coding, on-the-way.
This project is our submission for CS 5610 (Northeastern University).
Make sure you have Node.js and Bower installed.
git clone git@github.com:rohitbegani/WebDevProject.git # or clone your own fork
cd WebDevProject
npm install
bower installMake sure you've turned on the mongo server using the command mongod
mongod
npm startYour app should now be running on localhost:3000.
Extra line to check github push