Generic Software to Manage Car Parks. This is in development stages.
Clone Repository:
git clone https://github.com/ONYXGrenada/CarParkManager.git
Install Dependencies:
cd CarParkManager
npm install --save electron
npm install --save mysql
npm install --save jquery
npm install --save popper.js
npm install --save bootstrap
Start Docker Container
Read docker-MySQL.txt in the docs folder
Prerequisites:
- Visual Studio Code
- Docker
- Remote Development Extension for Visual Studio Code
- An X Server (For Windows Only). Recommended X Server VcXsrv
Clone Repository:
git clone https://github.com/ONYXGrenada/CarParkManager.git
Visual Studio Code:
- Launch vscode and open project directory
- Ctrl+Shift+P and type "Open Folder in Container" and hit Return or Enter. (Containers should be built for project)
- Allow X11 Forwarding (Linux Only). In your local linux terminal type (may not be most secure. remove after.):
Before:After:xhost +local:
xhost -local:
- Initialize X Server (For Windows Only). In vscode terminal type (replace "your ip" with your actual ip):
export DISPLAY={your ip}:0
npm start