Creating users
In this video we going to take a look at an endpoint I've created for adding new users.
I've just got the basics done for this one; I haven't added authentication or any other juicy stuff that we'll be doing in this module.
You may recall in the 3rd module we set up this user model and validation.
You'll see I've also now added a new router file at server/routes/users.js
, and also a new controller file at server/controllers/user.js
.
Click to load comments...