Closed teenie-quaggard closed 5 years ago
Finally Isn't there supose to be a two boolean for formassemply state if it's false then the button will show up !
Finally Isn't there supose to be a two boolean for formassemply state if it's false then the button will show up !
Yes, totally forgot! Will add that in, in my next PR :) Thank you for the reminder!
This is a partial PR relating to #18 & #51. Please note that because this is partial, linting is not complete and functionality is not complete. I just want to get it reviewed and merged so that the PR doesn't get too big!
I have added Mongoose to server dependencies and created a connection to the database in the dbconnection file.
there is a gitignored config.env I have included a template in the file structure called config.example.env
a user model / table has been set up as has the user sign up controller
bcrypt for password hashing has been installed.