Skip to content

emreeren/pmpos

 
 

Repository files navigation

PMPOS

Reactjs based WebPOS Project for SambaPOS

#Installation

  • Install NodeJS (https://nodejs.org/)
  • Install Git and choose Use Git from the Windows Command Prompt option: (https://git-scm.com)
  • run git clone https://github.com/sambapos/pmpos.git command to download project.
  • run npm install command under project folder to install libraries.
  • npm run start will start dev server on 8080 port.
  • npm run build will build for production.

#Configuration

  • Edit app > queries.js and set serverUrl, menuName, departmentName, userName, tickettypeName, and terminalName constants to setup GraphQL server.
  • Edit app > signalr.js and set serverUrl constant to setup SignalR Server.

#Contributors Emre Eren (https://github.com/emreeren)
Jesse Parker (https://github.com/kendash)
Q McKay (https://github.com/QTMcKay)

About

PM POS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 4.7%
  • CSS 4.5%