Welcome to our blood donation website, where saving lives is just a heartbeat, away. Discover the power of giving and join us in making a difference through the selfless act of donating blood.
Note: Its created for my personal project purpose and Fronted are copy from bootstrap.
You can preview and try the website live in Vercel here : blood-doner
Easy and User friendly UI (Interactions feedback and error messages).
Responsive on mobile and small devices.
1. Cloning the repository:
git clone https://github.com/pritamjoardar/bloodhosting.git
2. Installing dependencies:
cd bloodhosting
npm install
3. Starting the server:
# Development
npm run dev
# Build
npm run build
# Start
npm run start
Enable this feature follow these steps:
- Create an account on mongodb.com.
- Create a new database.
- Click on the newly created database.
- The Find the Connect URL
- Create a new
.env.local
file in the root directory. - Paste what you copied inside and add
URI
andKEY
.
Here is what your .env.local
should look like:
# ...other variables
URI="mongodb..."
KEY="ecyubyufbghcvyubygcvyrbrygygr"