onlineStore
onlineStore copied to clipboard
A CRUD API and UI with MERN Stack
the code has been updated to ES6, a folder has been created only for handling the api, form validations have been implemented and some imports that were not being used...
add back groung and style to button  to  can i work on this issue
Can I work on the UI part of this app
You can a express validator to your user password, like how many characters one must include in their password. This makes the password more secured.
Adding unit tests will be a good value addition to the project.
Made a template for password validator using validator package. the template has console-logs, which can be replaced with possible endpoints(or redirects or functions). Used validator node package. 
Can use Sentry for that