A restaurant software with Sales and Inventory modules. The system serves both web and Electron crossplatform apps for Windows, Linux and Mac. The project runs on PHP backend.
Project setup
- Clone the repo
- Run npm install to install project dependencies
- To serve the app as an electron app, You need to run `npm run electron:build` the first time, then run `npm run electron:serve`. The app should open-up a login window
- The first time to load the app either in web or as an electron app, you will need to set the backend url. So on the login page, enter `x` as the username nd password. You will be shown a form where you will enter the url to the backend server forexample `http://localhost/papi`
- Once all is set, you can either create a new account or login to an existing one