#Express4+Mongoose CRUD Demo
近期学习了一下MongoDB,使用NodeJS的Express框架,简单感受了一下。
推荐使用Chrome的postman插件测试Demo
#Test request
POST http://localhost:3000/users
GET http://localhost:3000/users
GET http://localhost:3000/users/defshine
PUT http://localhost:3000/users/defshine