Giter Club home page Giter Club logo

blood_bank's Introduction

Bloodbank website

Introduction

A django project to register a blood donor and display the donors list. You can register and login new user to website and then add the donor. The added donors will be visible in the display page as a table.

Live Website

Prerequisites

Make sure you have installed postgreql in your device and a database is setup. To install postgresql and pgadmin4 watch Prerequisites

Getting the Application Running

  1. Clone the repository and open register folder in vscode.
  2. To make this project running at first you should create a virtual environment by typing the following in the command prompt:
mkvirtualenv virtualenv_name 
  1. Check whether you are in the virtual environment, if not type the following in command prompt to enter virtual environment:
workon virtualenv_name
  1. Once in virtual environment, check the working directory and confirm you are in the register folder
  2. Then type the following in command prompt:
pip install -r requirements
  1. Confirm the installations and then type the following to migrate the data:
python manage.py migrate
  1. Confirm the migration is error free, and then type the following in command prompt and follow the instructions in terminal to create a superuser:
python manage.py createsuperuser
  1. Now type the following to start the website server in localhost:
python manage.py runserver
  1. Now type the following in your browser to access the website:
localhost:8000

Contact

Fahad P N - LinkedIn

Project Link: Blood_bank

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.