This is a Point of Sale (POS) System integrated with EBMS.
- Node.js
- MongoDB
-
Clone the repository
-
Navigate to the backend directory and run:
npm install -
Navigate to the frontend directory and run:
npm install
To run the backend:
cd backend
node index.js
To run the frontend:
cd frontend
npm start
- Customers
- GET
- POST
- Transactions
- GET
- POST
- Products
- GET
- POST
This project is licensed under the MIT License.