Skip to content

rizalilhamm/hospital

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOSPITAL INFORMATION

Web Application built with Python using Flask Micro Framework

Introduction

This Application is used for Hospital Information that provide system for Patient that want to make an appointment with a docter

Admin email and password

Note

Built with

Installation

To use this application on your system follow the intruction bellow Create new virtual enviroment

python -m venv venv

Activate created virtual enviroment

source venv/bin/activate

Install all requirements.txt

pip install -r requirements.txt

Create your database (run it on your terminal)

from hospital import db

db.create_all()

That now you can visit this link to use application http://127.0.0.1:5000/ Here link to deployed app https://hospital-information.herokuapp.com

About

Hospital Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published