Web application mock-up of an on-demand courier service.
Working example here
MySQL
Node.js v14.15.3
Npm v6.14.9
cd client
npm install
npm start
cd server
npm install
npm start
Included in the repo is a .mwb file which you can use to import the database in your MySQL server
Run script publish.bat
(Windows) or publish.sh
(Linux)