Skip to content

mannan78/Blood_Bank_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blood Bank Management System

Self Project on Blood Bank Managament System

Setup

  1. git clone
  2. In the project directory run pip install django
  3. Download the required dependencies pip install -r requirements.txt
  4. To run the pipenv shell pipenv shell
  5. To deploy the project cd src python manage.py runserver PORT (default 8000)
  6. If getting error of bycrpyt not found use command pip3 install py-bycrypt
  7. To create a superuser to access django backend server cd src python manage.py createsuperuser

About

Web Development Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published