Skip to content

meetpatdiya/bookify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bookify: Expert Booking Platform

A full-stack Expert Booking Platform where users can browse experts, check available slots, and book appointments online.
Built using modern web technologies with real-time booking updates.


Features

  • Browse all experts
  • View expert details
  • Check available time slots
  • Book appointments
  • Booking status system
  • Real-time updates
  • Pagination support
  • Responsive UI

Tech Stack

Frontend

  • React.js
  • Axios
  • React Router DOM

Backend

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • Socket.IO

Database Collections

experts

{
  name,
  category,
  experience,
  rating,
  price,
  language,
  about
}

slots

{
  expert_id,
  date,
  start_time,
  is_booked
}

bookings

{
  expert_id,
  slot_id,
  name,
  email,
  phone,date,
  timeslot,
  notes
  status,
}

Author

Made by Meet Patadiya

About

bookify is a expert session booking system that helps user book a slot of expert in a specific field with email

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors