Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Blood Banking System - Frontend

This is the frontend for the Blood Banking System, built using React and designed to interact with the backend API.

🚀 Getting Started

1️⃣ Prerequisites

Ensure you have the following installed:

  • Node.js (18+)
  • npm or yarn

2️⃣ Clone the Repository

git clone https://github.com/Josel099/BloodBankUI.git
cd repo

3️⃣ Configure Environment Variables

Create a .env.local file in the project root and add the following variable pointing to the backend:

VITE_BLOOD_BANK_URL=http://localhost:8080/api/v1

4️⃣ Install Dependencies

npm install
# or
yarn install

5️⃣ Run the Application

npm run dev
# or
yarn dev

The application will be available at http://localhost:5173 (default Vite port).


🔗 Backend Repository

The backend for this application is built using Spring Boot. You can find the repository here:

Backend Repository


🛠 Technologies Used

  • React (Frontend Framework)
  • Vite (Development Server & Bundler)
  • React Router (Navigation)
  • Axios (API Requests)
  • Bootstrap (UI Components)

📩 Contact

For any issues or contributions, feel free to reach out or open a pull request.


📝 License: MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages