mjawath / react-point-of-sale

A simple point of sale app built in nodejs and reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Then yarn dev:web and yarn dev:api in the project root in separate terminal.
  3. Navigate to http://localhost:3000 and use admin as username & password to see the dashboard.

Some screenshots

login

admin page

cart

About

A simple point of sale app built in nodejs and reactjs

License:MIT License


Languages

Language:JavaScript 67.8%Language:TypeScript 31.6%Language:HTML 0.5%Language:CSS 0.0%