Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Errors encountered:

  1. Joi 'ValidationError': It was because I was sending 'user' as an Object value when 'user' is by itself already an Object. I was doing:

    Joi.validate( {user}, UserValidator, (err) => {
    

    when it should be:

    Joi.validate( user, UserValidator, (err) => {
    

About

Backend side for the Angular chat app. Built with Node, Express, Mongoose, SocketIO and a bunch of other packages

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages