MyAvami is a comprehensive, modern, and feature-rich inventory management and point-of-sale (POS) system designed specifically for pharmacies. It provides a complete solution for managing products, suppliers, sales, and employees, with separate interfaces for administrators and staff.
-
Clone the repository:
git clone <repository-url> cd myavami
-
Build and run the containers:
docker-compose up --build
- Navigate to the project root directory.
- Ensure you have a local MongoDB instance running or use the one from
docker-compose. - Install dependencies (if a
package.jsonis added toserver/):npm install. - Start the server:
node server/server.js.
To run the frontend client:
```bash
cd client
npm install
npm run dev
```