Skip to content

bhojpur/ehr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bhojpur EHR - Electronic Health Record

The Bhojpur EHR is an electronic health record management system applied within the Bhojpur.NET Platform ecosystem for delivery of distributed applications or services.

Build Source Code

Firstly, you need Python >= 3.8. Install it, then issue the following commands.

sudo pip3 install -U -r requirements.txt

You can run the Flask web application using the following commands.

cd pkg
export SECRET_KEY=12345678
export WTF_CSRF_SECRET_KEY=12345678
export DATABASE_URL=postgres://bhojpur:welcome1234@127.0.0.1:5432

either, execute this

flask run --port=8080

or

gunicorn -b :8080 app:app

Then, open http://localhost:8080 in a web-browser of your choice.

About

The Bhojpur EHR is a software-as-a-service product used as an Electronic Health Record management engine based on Bhojpur.NET Platform for application delivery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published