2

I'm new to Node.js I'm trying to transfer all I did before to this environment.

I'm using Express.js with Mongoose.

I come from a ASP.NET MVC environment where I'm used to define my model and then automatically scaffolding the form with personalized HTML.

I'd like to know if there's a way to scaffold form for edit insert and a way to go for input validation on single fields.

I've looked here http://plugins.mongoosejs.com but I didn't find what I needed.

1
  • could you please explain it a bit more Commented Aug 28, 2013 at 8:27

1 Answer 1

2
Sign up to request clarification or add additional context in comments.

2 Comments

I've seen the tutorial. It's nice, but I'm looking for a way to validate each input with a class and an error message shown close to the referred error.
@Mino use build in validators

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.