Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 1.57 KB

README.md

File metadata and controls

75 lines (46 loc) · 1.57 KB

BloodDoners

Description

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

Website Preview

Easy and User friendly UI (Interactions feedback and error messages).

Desktop preview

Responsive on mobile and small devices.

Mobile preview

Getting Started

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

For run the program

Enable this feature follow these steps:

  1. Create an account on mongodb.com.
  2. Create a new database.
  3. Click on the newly created database.
  4. The Find the Connect URL
  5. Create a new .env.local file in the root directory.
  6. Paste what you copied inside and add URI and KEY.

Here is what your .env.local should look like:

# ...other variables
URI="mongodb..."
KEY="ecyubyufbghcvyubygcvyrbrygygr"

Made with ❤️ by Pritam Joardar.