Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrdcvlsc/m-pos

Capstone Project: A web-based minimalist POS and inventory system made from vanilla HTML, CSS, JS (frontend) and NodeJS, FastifyJS and SQLite3 (backend), demo deployed on render.com
https://github.com/mrdcvlsc/m-pos

better-sqlite3 css fastify html html5 information-system inventory-management inventory-management-system javascript nodejs point-of-sales pos recording-app reporting-tool sales-analysis sqlite3 transaction-management web-application web-applications web-based-application

Last synced: about 2 months ago
JSON representation

Capstone Project: A web-based minimalist POS and inventory system made from vanilla HTML, CSS, JS (frontend) and NodeJS, FastifyJS and SQLite3 (backend), demo deployed on render.com

Awesome Lists containing this project

README

        

# m-pos

A simple web application for managing and storing product information, record transactions, and generating visual reports for sales.

The frontend was created using vanilla HTML, CSS, and JavaScript, it supports mobile and desktop view, the backend uses NodeJS and FastifyJS web framework, and for the database, sqlite3 is use through the help of better-sqlite3.

-----

**Demo**

[**Live App Demo**](https://minimalist-point-of-sales-information.onrender.com) - https://minimalist-point-of-sales-information.onrender.com

![demo-of-web-app-gif](gui/img/m-pos-demo-video.gif)

Input test data for demo [Click Here - See Test Data](test-data.md)

------

- **[TODO LIST](todo.md)**
- **[TO DEBUG](debug.md)**