Skip to content

shanmugharajk/react-point-of-sale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-point-of-sale

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

Note

This is still work in progress.

To run the current code in development mode

  1. Run yarn to install all the dependencies in the root and also in the api folder.
  2. Run yarn dev:web in one terminal session to start the web app in localhost:3000
  3. Run yarn dev:api in another terminal session to start the backend API in localhost:3500
  4. Navigate to http://localhost:3000 and use admin as username & password to see the dashboard.

Some screenshots

login

admin page

cart