Skip to content

A Laravel 5.6 based Blood Bank Management System with Donar profile and Blogging System.

Notifications You must be signed in to change notification settings

MinhazulKabir/BloodBank

Repository files navigation

Laravel Blood Bank Management System

  • Laravel Framework 5.6
  • Bootstrap 4

Installation

  • git clone https://github.com/MinhazulKabir/BloodBank.git projectname
  • cd projectname
  • composer install
  • composer update
  • php artisan key:generate
  • Prepare your .env file there with database connection and other settings.
  • php artisan migrate --seed to create and populate tables. Notice: seed is important, because it will create admin user for you
  • php artisan vendor:publish to publish filemanager
  • php artisan serve to start the app on http://localhost:8000/

Features

  • Home Page
  • Error Page 404
  • Search in Donar Blood Group
  • Search in Donar Location
  • Blog with Facebook comments
  • Search in Blog Name
  • Manuel page
  • Contact us page
  • About us page
  • Authentication (login, logout)
  • Users roles : administrator (All access and Create other user), Simple user (create their own Donar profile)
  • Users admin (show, edit, delete, create)
  • About Donar and Blog Post with CKEditor.

Front-end view

Home Page

Home

Donar Page

Donar

Donar Profile

DonarP

Blog Page

Blog

Post Page

Post

404 Page

Page

About Us Page

About

Contact Us Page(Responsive Mobile Design)

Contact

Manuel Page

Manuel

LogIn Page

LogIn

Back-end view

Credentials to log in:

Link: https://YourDomain/login Or

http://localhost:8000/login

Email: admin@admin.com

Password: password

DashBoard Page

DashBoard

User Page

User

Donar Profile index Page

Donarindex

Create Donar Profile Page

CreateDonar

Blog index Page

Blogindex

Create Blog Page

CreateBlog

Change Password

Change

License

Please use and re-use however you want.

More from BloodBank Project

About

A Laravel 5.6 based Blood Bank Management System with Donar profile and Blogging System.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published