A Blood Bank app where you can donate blood and buy blood for patients.
- Clone the repo
git clone https://github.com/yhimanshu22/Blood-Bank.git
- Navigate to the project directory
cd Blood-Bank
- Navigate to the backend directory
cd backend
- Install dependencies
npm install
- Start the backend server
npm start
- Navigate to the frontend directory
cd frontend
- Install dependencies
npm install
- Start the frontend server
Open http://localhost:3000 to view it in your browser.
npm start
In the project directory, you can run:
npm start
: Runs the app in the development mode.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.npm run eject
: Removes the single build dependency from your project.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request