https://github.com/tareqmonwer/odlrs
Hospital Management System
https://github.com/tareqmonwer/odlrs
admin-dashboard staff-dashboard
Last synced: 2 months ago
JSON representation
Hospital Management System
- Host: GitHub
- URL: https://github.com/tareqmonwer/odlrs
- Owner: TareqMonwer
- Created: 2019-09-08T08:22:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:21:39.000Z (over 2 years ago)
- Last Synced: 2025-01-26T13:44:12.998Z (4 months ago)
- Topics: admin-dashboard, staff-dashboard
- Language: Python
- Homepage: https://odl-v2.herokuapp.com/
- Size: 54.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diagnostic Lab Reporting System.
* Live: https://odl-v2.herokuapp.com/
* 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)## Special Thanks to:
* Ahsan. https://www.facebook.com/ahredoan
* Nazmul. https://www.facebook.com/nazmul.0105
* Tareq. https://www.facebook.com/tareq.py
* Masud. https://www.facebook.com/masudmorshed6
* Rahi. https://www.facebook.com/icerahi
* Mohaimin. https://www.facebook.com/python.m
* Rumi. https://www.facebook.com/rumimanzurul.hoque## Homepage
## Diagnostic Staff Dashboard
## Diagnostic Admin Dashboard
