Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PORT=5000
MONGO_URI=mongodb+srv://tulika:tulika@cluster0.4zqqqkh.mongodb.net/HealthBooker
JWT_SECRET=123secret
3 changes: 0 additions & 3 deletions .env.example

This file was deleted.

5 changes: 5 additions & 0 deletions client/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
REACT_APP_SERVER_DOMAIN=http://localhost:5000/api
REACT_APP_CLOUDINARY_BASE_URL=https://api.cloudinary.com/v1_1/diil02pip/image/upload
REACT_APP_CLOUDINARY_CLOUD_NAME=diil02pip
REACT_APP_CLOUDINARY_PRESET=ml_default
REACT_FORMIK_SECRET=https://formspree.io/f/mgegpljn
5 changes: 0 additions & 5 deletions client/.env.example

This file was deleted.

12 changes: 5 additions & 7 deletions client/src/components/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ const AboutUs = () => {
</div>
<div className="hero-content">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Quibusdam tenetur doloremque molestias repellat minus asperiores
in aperiam dolor, quaerat praesentium. Lorem ipsum dolor sit amet
consectetur adipisicing elit. Voluptatibus, repudiandae! Lorem
ipsum dolor sit amet consectetur adipisicing elit. Provident
quibusdam doloremque ex? Officia atque ab dolore? Tempore totam
non ea!
Welcome to HealthBooker, your go-to platform for seamless access to healthcare services. At HealthBooker, we're committed to revolutionizing the way you manage your health journey.

Our platform is designed with your needs in mind, offering user-friendly features for easy registration, doctor search, appointment booking, and profile management. With a focus on transparency, security, and quality care, HealthBooker ensures that you have the tools and resources you need to take control of your health.

Join us today and discover the convenience of HealthBooker. Let's embark on a journey towards better health together.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions client/src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const Hero = () => {
Our Responsibility
</h1>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quibusdam
tenetur doloremque molestias repellat minus asperiores in aperiam
dolor, quaerat praesentium.
Join the thousands of satisfied users who trust us for their healthcare needs. Sign up now to discover the convenience and efficiency of our platform, and take control of your health journey today.

Thank you for choosing us. We look forward to being your partner in health and wellness.
</p>
</div>
<div className="hero-img">
Expand Down