@@ -25,7 +25,7 @@ It's a signup and login web (with password and email **validation** in both **fr
2525** _ Notes:_ **
2626* The web is fully responsive.
2727* There are 2 functional icons in every form:
28- * The clear button (it only shows if you focus on the email.)
28+ * The clear button (it only shows if you focus on the email or fullname inputs .)
2929 * The show/hide dynamic icon to show or hide the passwords you're typing.
3030* The project has more small details that you can check for yourself.
3131* Feel free to contact me on Twitter if you want to talk about this project or something else: [ My twitter.] ( https://twitter.com/SergioAstGonz )
@@ -38,10 +38,10 @@ It's a signup and login web (with password and email **validation** in both **fr
38384 . Create a ** .env** file with the following ** variables** :
3939 * ** DB_HOST:** the IP or hostname of the computer you're going to use for testing the project.
4040 * ** DB_USER:** the username you use to access MySQL.
41- * ** DB_PASSWORD:** the password you use to access MySQL (You can leave it blank if you don't use any. But it has no be created.)
41+ * ** DB_PASSWORD:** the password you use to access MySQL (You can leave it blank if you don't use any. But it has to be created.)
4242 * ** DB_NAME:** the name of the DB where you're going to store the users (** _ If you used the script this will be "mainDatabase"_ ** ).
4343 * ** SECRET:** the secret keyword for the session.
44- * ** PORT:** the port you're gonna use for testing the app. (I recommend ** 3000 || 5000 || 8080** )
44+ * ** PORT:** the port you're going to use for testing the app. (I recommend ** 3000 || 5000 || 8080** )
4545
4646Once you did all this you can ** start using the project** with no problems.
4747
@@ -74,4 +74,4 @@ Once you did all this you can **start using the project** with no problems.
7474* Passport-local
7575* TimeAgo.js
7676* Dot.env
77- * Bcrypt.js
77+ * Bcrypt.js
0 commit comments