Skip to content

ovaisazmi/VetCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

valid-moon-4237

Git

Veterinary Appointment Booking System

we are live at https://cool-elf-0374a9.netlify.app/

This project is a web-based appointment booking system for a veterinary clinic. It allows users to book appointments, view their appointments, and manage their profiles. Admin users can manage appointments, view appointment data, and manage users.

Table of Contents

  • Features
  • Technologies Used
  • Installation
  • Usage
  • Contributing

Features

The Veterinary Appointment Booking System has the following features:

  • Landing Page: A home page with information about the veterinary clinic and links to the sign-up and login pages.
  • Book Appointment Page: A page where users can book appointments with the veterinary clinic. If the user is not logged in, they are redirected to the login page.
  • View Appointment Page: A page where users can view their appointments.
  • Connect Page: A page where users can get one on one sessions with Veterinarian.
  • Login and Sign Up Pages: Pages for users to create and manage their accounts.
  • User Profile Page: A page where users can manage their profile information.
  • Admin Page: A page for administrators to manage appointments, view appointment data, and manage users.

Technologies Used

The Veterinary Appointment Booking System uses the following technologies:

For the client side -

  • HTML CSS JavaScript Bootstraps

For the beckend side -

  • Node.js: a JavaScript runtime environment that allows us to run JavaScript on the server.
  • Express: a framework for building web applications on top of Node.js.
  • MongoDB: a NoSQL database that allows us to store appointment and user data.
  • Mongoose: an Object Data Modeling (ODM) library for MongoDB and Node.js.
  • Web RTC
  • Websockets

Screenshots

  1. Landing Page

landing page

  1. Book Appointment Page

book appointment

  1. View Appointment Page

view appointment

  1. Login Page

login page

  1. VetCare Virtual Meet

image

image

Installation

To install the Veterinary Appointment Booking System, follow these steps:

  1. Clone the repository:
https://github.com/Tushargandhi07/valid-moon-4237.git
  1. Install the dependencies:
cd veterinary-appointment-booking-system
npm install

Start the server:

npm start server

Open your web browser and go to http://localhost:7500

Usage

To use the Veterinary Appointment Booking System, follow these steps:

  1. Open your web browser and go to http://localhost:7500
  2. Navigate to the sign-up page and create an account.
  3. Log in to the system.
  4. Navigate to the book appointment page and book an appointment.
  5. Navigate to the view appointment page to view your appointments.
  6. Navigate to the connect page to get one on one vetcare session
  7. Navigate to the user profile page to manage your profile information.
  8. If you are an admin user, navigate to the admin page to manage appointments, view appointment data, and manage users.

Contributing

If you would like to contribute to the Veterinary Appointment Booking System, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/new-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature/new-feature)
  6. Create a new Pull Request

About

Veterinary Appointment Booking Platform is a platform for veterinary clinic for appointment booking and virtual consultation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.4%
  • JavaScript 38.0%
  • CSS 20.6%