Herbal Health is a full-stack online shopping web application. Users can select their health condition to discover suitable fruits and herbs, browse products, add them to their cart, and complete purchases.
- Smart Filtering: Find fruits and herbs based on specific health conditions.
- Shopping Cart: Add, remove, and manage items easily.
- Cloud Database: Real-time data storage using MongoDB Atlas.
- Responsive Design: Optimized for both desktop and mobile users.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- Database: MongoDB Atlas
Create a .env file in the root directory and add your credentials:
MONGO_URI=your_mongodb_atlas_connection_string
PORT=5000-
Clone the repository:
git clone [https://github.com/faridahossam55/HerbalHealth.git](https://github.com/faridahossam55/HerbalHealth.git) -
Install dependencies:
npm install -
Database Setup: Create a .env file in the root and add your MongoDB Atlas connection string.
-
Run the server:
npm run dev -
Open the App: Navigate to http://localhost:5000 in your web browser.