alexmingoia / mongoose-express-router

Create Express 4 router and middleware from Mongoose 4 model.
4 stars 4 forks source link

body parser #4

Open paulgrove opened 8 years ago

paulgrove commented 8 years ago

I'm currently trying to work it out, I'm sure I will be able to, but an example body parser in README.md for post would be great and make it easier for others to use your module

paulgrove commented 8 years ago

Anyone who see's this it is very simple:

app.use(require('body-parser').json());

for json to work as an example.