Online web portal for laundry
Unzip the downloaded file.
Enter this command it will install all the dependencies at once:
npm install
Or you can install them individually:
npm install express express-session mysql pug-cli bcrypt util.promisify
Sometimes you get errors and access denied add sudo to the command
sudo npm install express express-session mysql pug-cli bcrypt util.promisify
npm start
or
node app