Skip to content

cseshahriar/healthcare-management-system

Repository files navigation

Healthcare Management System

django-version python-version postgresql-version

Guideline:

Make sure git, python3 and postgresql is installed in the system.

Preparing the project

- `git clone https://github.com/cseshahriar/healthcare-management-system.git`
- `cd healthcare-management-system`.
- `python3 -m venv vnev`
- `source venv/bin/activate`
- `pip3 install -r requirements.txt`

Configuration of the project

- `mkdir logs`, and `mkdir media`.
- `cp docs/local_settings.example config/local_settings.py`.
- `setup database in DB_CONFIG and migrate`

Live the project

- `python manage.py runserver`
- `http://127.0.0.1:8000/`

About

HMS is CSE-400 Final Year Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors