Skip to content

mohan-balakrishnan/Testleaf-pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-point-of-sale

A simple point of sale application built using react & node.js, yarn..

Steps to Build and Run application in Docker

Important: Go to Testleaf-pos/src/api/apiBuilder.js -> modify your server ip

1. Build Docker Image

To build the Docker image, run the following command in your terminal:

docker build -t pos-system-app:latest .

2. Run Application

To run the Docker image, use the following command:

docker run -d -p 80:80 -p 3500:3500 --name pos-system-app pos-system-app:latest

Navigate to http://publicip and use admin as username & password to see the dashboard.

Some screenshots

login

admin page

cart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors