GithubHelp home page GithubHelp logo

graduationdesign's Introduction

Graduation Design of NodeJS

Environment:

  • 1.OS: Windows/Ubuntu/LinuxMint
  • 2.git: Windows->msysgit ; Linux->git
  • 3.Nodejs: 0.10.26 or latest
  • 4.express: 3.4.8 or latest
  • 5.mongodb
  • 6.bower

###Inital & Start MongoDB:

1,Download:http://www.mongodb.org/downloads

2,Unzip the file to your filesystem,and rename the unzip folder by name "mongodb".

3,Open the dir ~/path/to/mongodb/ by terminal,

and exec
	$ mkdir graduation_design_db
	$ cd bin
	# Start mongodb
	$ mongod -dbpath ../graduation_design_db/
	# The code above can connect db to project and let project save data into graduation_design_db
	# How stop mongodb
	# $ sudo service mongodb stop
	# If catch error while start/staop/restart mongodb, this is possible [solutions](http://my.oschina.net/coderman/blog/201555).
	# After changing data-models, you should reclear all the files in graduation_design_db/, then restart mongodb.

###Get Blog Project:

Open the your Projects direction,

and exec
    $ git clone https://github.com/Channely/GraduationDesign.git
    $ cd GraduationDesign
    $ npm install
    $ bower install
    $ node app
    # Then open localhost:3000 in Chrome.

graduationdesign's People

Contributors

channely avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.