- Authentication
- Patients
- Analytics
- Predictions
- Hospital
Language: Python 3.x
Web Framework: Django 3.0.4 [For web]
Bootstrap 4 - UI Framework
Database: SQlite [For data storage - embedded database]
Microservices: Flask [For ML/DL rest services]
- Install python
Download https://www.python.org/downloads/
Install executable file
- Install Django
Download https://www.djangoproject.com/download/
Follow https://docs.djangoproject.com/en/3.0/topics/install/#installing-official-release
- Run the project
Open CMD Navigate to ‘Mysite’ directory of source code Run ‘$ python manage.py runserver’