This page will introduce how to use this project.
step 1: you should install "nodejs" "express" "mongodb" model like this: nodejs:https://nodejs.org/ express: after install nodejs, you can install express use this command:npm install express@3 mongodb:https://www.mongodb.org/
step 2: Init the project: express -e yourAppFileDir
step 3: you can run your app like this: node app