Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 323 Bytes

RESTA POS APP

This is the backend codes of a POS application where businesses can do CRUD operations. The project is developed using Node.js on the server side.

Techs

This software uses the following open source packages:

Backend:

  • node.js
  • expressjs
  • mongoose
  • bcrypt
  • cors
  • dotenv
  • jsonwebtoken
  • nodemon