Before running, you need a .env file with these 4 lines:
MYSQL_HOST=’127.0.0.1’ MYSQL_USER=’’ MYSQL_PASSWORD=’’ MYSQL_DATABASE=’dono_db’
All display/frontend pages + javascript should be stored in /public folder in order for express.js to work Things like the sql table, the express.js script should stay outside
Steps to run Express: