We were able to set up the user controller, routes and all but the major concern was implementing just the signup function in the controller using jsonwebtoken for token generation, bcrypt for hashing the user password.
Our next class will focus more on testing the signup api using postman.