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 [email protected]:rohitbegani/WebDevProject.git # or clone your own fork
cd WebDevProject
npm install
bower install
Make sure you've turned on the mongo server using the command mongod
mongod
npm start
Your app should now be running on localhost:3000.
Extra line to check github push