Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 817 Bytes

CodeStory

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).

Setting Up

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

Running Locally

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.

Team

Extra line to check github push