Giter VIP home page Giter VIP logo

blood-bucket's Introduction

Blood Bucket

Welcome to the Blood Bucket, a platform designed to facilitate blood donation and save lives. This Readme provides essential information for users.

Features

  • User Registration: Users can create accounts, complete profiles, and manage their donation or blood-receiving history.

  • Search and Donation Matching: Find blood matches with donors based on blood type and location.

  • Educational Resources: Access information on the importance of blood donation and health benefits.

Installation

To run this system locally, follow these steps:

  1. Clone the repository: git clone https://github.com/charlie0x01/blood-bucket.git

  2. Find the .env.example file in the root of the project and rename this file to .env

  3. Navigate into your project in the terminal and run composer install to install dependencies.

  4. Install dependencies: npm install

  5. You must create your database on your server and on your .env file to update the following lines.

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=homestead
    DB_USERNAME=homestead
    DB_PASSWORD=secret
    
  6. Artisan Commands The first thing we are going to do is set the key that Laravel will use when doing encryption. php artisan key:generate

  7. run php artisan migrate to create database tables

  8. run php artisan db:seed to fill the database with demo credentials

  9. run npm run dev

  10. Storage:link After your project is installed you must run this command to link your public storage folder for user avatar uploads:

php artisan storage:link

  1. run php artisan serve to run the project.

Demo Credentials

Admin: [email protected]
Password: secret

License

MIT

blood-bucket's People

Contributors

charlie0x01 avatar

Watchers

 avatar

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.