User Authentication user authentication with node.js, express and mysql Getting Started create .env file PORT=80 DB_HOST=10.0.0.100 DB_USER=dbuser DB_PASSWORD=dbpassword DB_NAME=dbname DB_PORT=3306 prerequisites node app.js