Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 537 Bytes

Retail - Point of Sale

A web based application to provide point of sales services for small businesses.

Currently working on implementing data layer for API

Road Map:

  1. Making Data Access for: Stock Category, Tax, Product, Supplier, Customer, Transaction
  2. Explore and implement JSON Web Token for authentication
  3. Create prototype react page for transactions
  4. Create complex queries

Client Side Tech Stack:

  • React
  • TypeScript

API Tech Stack:

  • ExpressJS
  • Bunyan (Logger)
  • TypeScript
  • MySQL PostgreSQL
  • TypeORM