SERVER IS RUNNING

GSL Construction ERP

The Node.js server is working correctly. Only the app build files are missing.

  1. On your computer, run npm install and then npm run build inside the project folder.
  2. Upload everything inside the dist folder (index.html + assets) into this server's public/ folder, replacing this file.
  3. Click Restart on the Node.js app in the hosting panel.
Check the database

If the check returns "ok": true, everything is ready. If not, re-check DB_NAME, DB_USER and DB_PASSWORD in the .env file.