Skip to content
/ ODMS Public

Online Diagnostic Lab Reporting System developed by Django Web Framework.

Notifications You must be signed in to change notification settings

Eleas163/ODMS

Repository files navigation

Diagnostic Lab Reporting System.

  • Developed By Django Web Framework (version: 2.2 Lts).

Instructions (Windows 10x64):

  • Some commands may differ depending on OS. Just google it.

  • Install latest version of Python3 (64 bit).

  • Clone the repository.

  • Install and active virtual environment directory:

    1. :~$ cd Repository/venv/Scripts/
    2. :~$ activate
    3. (venv):~$ This '(venv)' sign will be shown up if virtual environment activated successfully.
  • Install all the requirements using previously opened CMD where the virtual environment was activated:

    (venv):~$ pip install -r requirements.txt

  • Run Local Server:

    (venv):~$ python manage.py runserver

  • PATHs:

    1. System Admin Dashboard: http://127.0.0.1:8000/admin/ (default)
    2. Homepage: http://127.0.0.1:8000/
    3. Diagnostic Admin Login: http://127.0.0.1:8000/admin-login/ (Username = labaid_admin_1, Password = labad1-321)
    4. Diagnostic Staff Login: http://127.0.0.1:8000/staff-login/ (Username = labaid_staff_1, Password = labst1-321)

Homepage

Home

Diagnostic Staff Dashboard

Staff Dashboard

Diagnostic Admin Dashboard

Completed Orders Admin

About

Online Diagnostic Lab Reporting System developed by Django Web Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published