Skip to content

GarberDev/Drug-Order-List

Repository files navigation


Order List Plus

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
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Demo Videos
  5. Contact

About The Project

Alt text

| https://www.github.com/garbdev/ | https://www.linkedin.com/in/justingarber/ | justingarber@outlook.com |

(back to top)

Built With

Python

Flask

PostgreSQL

Bootstrap

SQLAlchemy

Bcrypt

Flask-Mail

Google Geocoding API

OpenFDA API

Open-Mateo Weather API

icanhazdadjoke API

(back to top)

Getting Started

Getting started installing the project locally.

Prerequisites

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;

Installation

  1. Clone the repo
    git clone https://github.com/GarberDev/Drug-Order-List.git
  2. Start Virtual Enviorment
    source venv/bin/activate
  3. Run Flask
    flask run

Create "Hidden" File

  1. Rename the file "hidden_blank.py" to "hidden.py"

  2. 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'

(back to top)

Target Users

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.

(back to top)

Roadmap

  • 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).

(back to top)

Demo Video

Log-In / Register Demo

Watch the video

Order List, Order Received, and Reports Demo

Watch the video

Time Off Request Demo

Watch the video

Message Board Demo

Watch the video

Blacklisted Clients

Watch the video

Weather / Joke / Suggest Edit Demo

Watch the video

(back to top)

Contact

Justin Garber - justingarber@outlook.com | https://www.linkedin.com/in/justingarber/

Project Link: https://github.com/GarberDev/Drug-Order-List

(back to top)

About

Drug Ordering/Information Dashboard Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published