Skip to content

Blood bank management system with Django and React. Here you can donate and receive blood

Notifications You must be signed in to change notification settings

mominur774/blood-bank-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Blood Bank Management system with Django and React.

Getting Started

Clone the repository

git clone https://github.com/mominur774/blood-bank-management.git   # https
# or
git clone [email protected]:mominur774/blood-bank-management.git   # ssh

Project setup and run (Backend)


Setup .env

DEBUG=
SECRET_KEY=

Install dependency

pip install -r requirements.txt

Migrate database and create superuser

python manage.py migrate
python manage.py createsuperuser

Run the server

python manage.py runserver

You will get all the api endpoints by hitting this url : http://127.0.0.1:8000/api-docs/

Project setup and run (Frontend)


Setup .env.local

NEXT_PUBLIC_APP_API_URL=http://127.0.0.1:8000/

Install dependency

npm i
# or
yarn

Run the server

npm run dev 
# or
yarn run dev

Your app will run on http://localhost:3000/

blood-bank.mp4

About

Blood bank management system with Django and React. Here you can donate and receive blood

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published