founders-programme-2 / business-launchpad

An app to facilitate young entrepreneurs in growing their business ventures.
1 stars 1 forks source link

Feature/mongo setup #78

Closed teenie-quaggard closed 5 years ago

teenie-quaggard commented 5 years ago

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.

SalwaMugh commented 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 !

teenie-quaggard commented 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 !

Yes, totally forgot! Will add that in, in my next PR :) Thank you for the reminder!