An open API service indexing awesome lists of open source software.

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

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
```