https://github.com/akalanka47000/online-pharmacy-portal
An Online pharmacy portal
https://github.com/akalanka47000/online-pharmacy-portal
Last synced: 4 months ago
JSON representation
An Online pharmacy portal
- Host: GitHub
- URL: https://github.com/akalanka47000/online-pharmacy-portal
- Owner: Akalanka47000
- License: mit
- Created: 2021-09-05T16:00:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T08:41:19.000Z (over 3 years ago)
- Last Synced: 2025-01-11T02:29:17.755Z (5 months ago)
- Language: JavaScript
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online-Pharmacy-Portal
Wireframe :

Steps to get the web app running:
1. Move the entire Online-Pharmacy-Portal folder inside the xampp root directory (htdocs by default)
2. Spin up the apache and MySQL servers from xampp
3. Navigate to the following url from a browser : http://localhost:{port}/Online-Pharmacy-Portal/index.htmlTo run the web app from a mobile device:
1. Follow the previously mentioned steps except the last
2. Create a new inbound rule in windows firewall and allow all incoming connections through the ports used by apache
3. Navigate to the following url from a browser : http://{localIPAddress}:{port}/Online-Pharmacy-Portal/index.htmlTo get the mail functionality working, please follow the configuration steps in the following blog:
https://meetanshi.com/blog/send-mail-from-localhost-xampp-using-gmail/For initial Admin access to the system please use the following credentials:
Email - [email protected]
Password - 123456
The following packages have been used in the website and credits go to the authors as follows:
Particles.js - @VincentGarreau
Sweetalert2 - @limonte
AOS - @michalsnik