ON-SCREEN MULTI-MONITOR DINNING MENU FOR RESTAURANTS ▀ PLAIN JS / SCSS / PHP / POSTGRESQL PROJECT

ON-SCREEN MULTI-MONITOR DINNING MENU FOR RESTAURANTS ▀ PLAIN JS / SCSS / PHP / POSTGRESQL PROJECT

Testing out waters with database technologies and custom written web-based applications.
This project includes the following technologies:

  • Webpack as a module bundler to compile the whole project
  • PUG as a modern, modular replacement for classic HTML
  • SCSS for graphics rendering and animation [btw, no images were used]
  • JavaScript for POST/GET queries to the PHP backend
  • PHP to retrieve needed data from database
  • Apache for hosting server-side logic

IMPLEMENTED FUNCTIONALITY

CLIENTS DISPLAY

  • shows dinning menu on multiple monitors
  • data are taken prom PostgreSQL database by means of JS queries and PHP scripts

RESTAURANT STAFF

  • dashboard for for adding new dishes
  • removing dishes from database by ID number
  • listing available dishes
  • more to come

DISTINCTIVE FEATURES

  • wide range of technologies used
  • pure SCSS, no images were used
  • purely made in VS Code
  • made in Windows 7 x64 ESU/RedFox 135

TECHNOLOGY STACK

FRONTEND SIDE

  • HTML markup: PUG
  • Pure JavaScript/SCSS
  • Node.js 23.7 [hacked]
  • Webpack 5.98
  • VS Code 1.93 [hacked]

BACKEDND SIDE

  • XAMPP [for making PHP 8.2 work on Windows 7]
  • APACHE [embedded version]
  • PostgreSQL 14
  • PGAdmin 6.21 [hacked]