https://github.com/ata4fm/medicineprescriptionsystem
I am working on a web application that is a service for patients and I am improving it every day
https://github.com/ata4fm/medicineprescriptionsystem
bootstrap django html js python
Last synced: 3 months ago
JSON representation
I am working on a web application that is a service for patients and I am improving it every day
- Host: GitHub
- URL: https://github.com/ata4fm/medicineprescriptionsystem
- Owner: Ata4fm
- Created: 2024-10-29T11:18:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-04T19:10:59.000Z (over 1 year ago)
- Last Synced: 2025-07-06T13:06:31.975Z (about 1 year ago)
- Topics: bootstrap, django, html, js, python
- Language: CSS
- Homepage:
- Size: 65.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MedicinePrescriptionSystem
This is a Prescription Management System programmed using Python and Django. The system has 2 types of users are the Administrator(doctor) and Patient.This project has user-friendly functionalities.


## Build With
Python
Django
Rest API
VueJs
Bootstrap
## Run This Commands
first at all clone the repo:
```
git clone https://github.com/Ata4fm/MedicinePrescriptionSystem.git
```
### Step 1
```
pip install -r requirements.txt
```
### Step 2
```
python manage.py migrate
```
### Step 3
```
python manage.py createsuperuser
```
### Step 4
```
python manage.py runserver
```