MediMart is a comprehensive online pharmacy platform developed to provide users with a seamless experience in managing their medication needs. Leveraging React for the front-end and Flask for the back-end, MediMart aims to revolutionize the accessibility of healthcare services.
MediMart online pharmacy enables users to browse, order, and manage medications online.
- A visually engaging landing page.
- User authentication and authorization
- Medication catalog with search and filter functionality
- Cart management with total cost calculation
- Contact section for customer support
- Service Review System
- To provide a user-friendly and intuitive interface for users to browse, order, and manage their medications
- To implement secure user authentication and role-based access control.
- Ensure detailed product listings with comprehensive information and visuals.
- Develop a robust shopping cart with full CRUD functionality.
- Implement a service review system to build user trust and transparency.
- To ensure secure data storage and transmission to protect user privacy and sensitive information.
- Clone the repository
git clone git@github.com:SylviaT01/MediMart.git
- Install dependencies
npm install
pipenv install
- Enter virtual environment(Backend)
pipenv shell
- Start the Flask server
python run.py
- Start the React development server
npm start
- Programming knowledge (HTML, JavaScript, Python and SQL)
- Visual Studio as code editor
- Basic understanding of web development and design principles
- Familiarity with React and Flask frameworks
- Experience with databases and SQL queries
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.
The project is licensed under MIT License