Posts by Bruno • 11 points
2 posts
-
0
votes0
answers61
viewsQ: Problem to send email with mailtrap using Docker(Mongodb)
I am studying the development of an API and I am having problems using mailtrap to test send email during user validation. The user is written to Mongo but it does not send the email and returns the…
-
1
votes1
answer162
viewsQ: Maintain req.body parameters when changing course
Hello, my question is this:: I am using Express/bodyParser and Nunjucks. I submitted a form with the method POST from my root route '/'. In the form I have two dice: Username Date of birth In the…