All Projects → devmahmud → Heart-Care-Django

devmahmud / Heart-Care-Django

Licence: MIT license
Heartcare is a diagonostic management project developed in django. Admin can add doctor, add services, add gallery pictures . User can see doctors profile and also they can make appointment. They can also contact to the heartcare through email.

Programming Languages

CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Heart-Care-Django

Student Homework Management System
使用SSM+Shiro开发的学生作业管理系统。支持批量打包下载,QQ登陆等功能 生产版:
Stars: ✭ 79 (+203.85%)
Mutual labels:  management-system
Webadmin
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。
Stars: ✭ 153 (+488.46%)
Mutual labels:  management-system
Uniapp Admin
Muti-platform management system for uniapp, H5, Android, IOS, Min Program
Stars: ✭ 226 (+769.23%)
Mutual labels:  management-system
Phpipam
phpipam development repository
Stars: ✭ 1,578 (+5969.23%)
Mutual labels:  management-system
Hotel Management System
宾馆管理系统。可以订房、续费、退房、订单管理、员工管理以及业务数据统计可视化展示等
Stars: ✭ 126 (+384.62%)
Mutual labels:  management-system
Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (+550%)
Mutual labels:  management-system
Mainwp Child
The MainWP Child plugin is installed on the WordPress sites that you want to control from the MainWP Dashboard.
Stars: ✭ 74 (+184.62%)
Mutual labels:  management-system
artemis
MateCloud前端代码,基于vue3、vite、pinia、ant-design vue实现的中台系统
Stars: ✭ 129 (+396.15%)
Mutual labels:  management-system
Ssm
👅基于RESTful风格的前后端分离的SSM框架,集成了shiro和swagger等框架
Stars: ✭ 141 (+442.31%)
Mutual labels:  management-system
Nx Admin
👍 A magical 🐮 ⚔ vue admin,记得star
Stars: ✭ 2,497 (+9503.85%)
Mutual labels:  management-system
User Management Php Mysql
PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.
Stars: ✭ 111 (+326.92%)
Mutual labels:  management-system
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+42253.85%)
Mutual labels:  management-system
Vue Manage System
基于Vue3 + Element Plus 的后台管理系统解决方案
Stars: ✭ 14,174 (+54415.38%)
Mutual labels:  management-system
Stock Management System
An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.
Stars: ✭ 95 (+265.38%)
Mutual labels:  management-system
Cms
News Management System Written In PHP
Stars: ✭ 245 (+842.31%)
Mutual labels:  management-system
Hotelsystem
🏨TopView工作室一轮考核项目:一个酒店管理系统,提供查看房间,对房间进行模糊查询,预订房间,个人信息管理,房间和酒店信息管理(管理员)等功能,后台使用Java,tomcat,mysql,servlet,jsp实现,没有使用任何框架
Stars: ✭ 78 (+200%)
Mutual labels:  management-system
Food Ordering System
Food or Item Order Management System
Stars: ✭ 161 (+519.23%)
Mutual labels:  management-system
vue-quasar-manage
Management system template based on Vue / quasar
Stars: ✭ 171 (+557.69%)
Mutual labels:  management-system
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+280838.46%)
Mutual labels:  management-system
Yii2 Tech
Yii2 通用后台管理系统
Stars: ✭ 193 (+642.31%)
Mutual labels:  management-system

Heart Care

Heartcare is a diagonostic management project developed in django. Admin can add doctor, add services, add gallery pictures . User can see doctors profile and also they can make appointment. They can also contact to the heartcare through email.

Requirements

open requirements.txt file to see requirements

To install requirements type

pip install -r requirements.txt

Installing

open terminal and type

https://github.com/devmahmud/Heart-Care-Django.git

or simply download using the url below

https://github.com/devmahmud/Heart-Care-Django.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To collect static files

python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type

python manage.py createsuperuser

For email sending functionality fill up the information in Your Project setting

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'your email'
EMAIL_HOST_PASSWORD = 'your email password'

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

Home page

image

Services Page

image

Doctors Page

image

Contact Page

image

Appointment page

image

Admin Panel

image

Author

Mahmudul alam Email: [email protected]

========Thank You !!!=========

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].