The goal of this website is to provide a platform where doctors and managers can retrieve drug information and maintain a drug ordering system. The site will be designed to simplify the drug ordering process and provide relevant drug information. Also, the website will maintain employee time off requests and blacklisted clients. The website will target doctors and managers who require an easy-to-use system for ordering drugs and managing drug information, employees, and customers. The demographic of users is professionals in the medical field. The website will use the OpenFDA API to retrieve relevant drug information.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
| https://www.github.com/garbdev/ | https://www.linkedin.com/in/justingarber/ | justingarber@outlook.com |
Getting started installing the project locally.
This is an example of how to list things you need to use the software and how to install them.
- postgresql
sudo service postgresql start
- create database
CREATE DATABASE drug_list;
- Clone the repo
git clone https://github.com/GarberDev/Drug-Order-List.git
- Start Virtual Enviorment
source venv/bin/activate - Run Flask
flask run
Create "Hidden" File
-
Rename the file "hidden_blank.py" to "hidden.py"
-
Replace information with your info.
password = "password123"
#google password
mail_username = 'username@outlook.com'
GOOGLE_API_KEY = 'google_api_key'
duplicate_email = 'noreturnusername@gmail.com'The website will target doctors and managers who require an easy-to-use system for ordering drugs and managing drug information. The demographic of users is professionals in the medical field.
- Improved User editing
- Improved Weather/Drive home
- Add user address information
See the open issues for a full list of proposed features (and known issues).
Justin Garber - justingarber@outlook.com | https://www.linkedin.com/in/justingarber/
Project Link: https://github.com/GarberDev/Drug-Order-List






