Skip to content

Drew81/ServiceOrdersBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Digital Service Orders Board

sob_img1

sob_img2

Prerequisites:

  1. Python 3
  2. Virtual Enviornment
  3. Django 2.0

Instructions:

  1. Download source folder
  2. Activate vitual env with source service_orders/bin/activate
  3. Install Django 2.0.7
  4. cd into services
  5. Now run python manage.py runserver
  6. Open browswer on localhost:8000/orders

About:

The Service Orders Board web app CRUD (create, read, update and delete) program. Working in the restaurant industry, information has to travel fast and efficiantly. The digital service orders board does just that. Replacing the dry eraseboard, this application provides a home page with a greeting to the user, present date and number of orders in the database.

The dashboard provides the CRUD functionality while the orders page provides service order information and an option to update the staus of delivery.

My next steps are to build a details page, memos and chats which has already been implented in the structure.

Contributers welcome!