Skip to content

This is a django project which is built on the idea of healthcare relating cancer patient of Bangladesh.

Notifications You must be signed in to change notification settings

AmitPress/cancercare

Repository files navigation

CancerHealthcare

- A website dedicated to cancer patients in Bangladesh

Contribute :

  • Fork the repo.
  • clone it.
  • open the folder.

For windows:

  • create a virtual environment
py -m venv venv
  • activate the virtual environment
cd venv/Scripts
.\activate
  • install dependencies
pip install -r requirements.txt
  • make migrations (optional for the initial setup)
  • run the server
cd cancercare
py manage.py runserver

For linux:

  • create a virtual environment
python3 -m venv venv
  • source the virtual environment
source venv/bin/activate
  • install dependencies:
pip install -r requirements.txt
  • run the server:
cd cancercare
python manage.py runserver

About

This is a django project which is built on the idea of healthcare relating cancer patient of Bangladesh.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published