Skip to content

allyelvis/ebmspos-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBMS POS System

This is a Point of Sale (POS) System integrated with EBMS.

Getting Started

Prerequisites

  • Node.js
  • MongoDB

Installation

  1. Clone the repository

  2. Navigate to the backend directory and run:

    npm install
    
  3. Navigate to the frontend directory and run:

    npm install
    

Running the Application

To run the backend:

cd backend
node index.js

To run the frontend:

cd frontend
npm start

API Endpoints

  • Customers
    • GET
    • POST
  • Transactions
    • GET
    • POST
  • Products
    • GET
    • POST

License

This project is licensed under the MIT License.

About

A Point of Sale System integrated with EBMS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors