Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 644 Bytes

This is a Medical Record Management Web Application created by BELIEVE OHIOZUA

The Application Leverages on:

Django
Django Restframework
React js
Docker

To Run the Application Locally:

git clone https://github.com/believeohiozua/medicalrecords.git
cd medicalrecords
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

create a super admin creadentials

python manage.py createsuperuser
python manage.py runserver

alt text