Skip to content

thureintun234/mini-pos-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mini POS System with React and Node

Requirements

  • Nodejs 16

Installation

Create .env file and copy .env.example Go into two folders (client and server) and run below command

yarn install

Running the server

# Development
yarn run dev

# Production
yarn run start

Running the frontend

yarn run dev
  • Frontend This is a frontend part of the project hosted on Vercel.

  • REST API This is the REST api hosted on Render.