Skip to content

Santhosh-Kumar-2004/full-stack-meeting-booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

320 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Full Stack Meeting Booking App"

Meetly – Full Stack Meeting Booking App

🚀 Overview

Meetly is a full-stack meeting booking platform built with React (frontend), FastAPI (backend), and PostgreSQL (database).
It allows professionals to set availability, let guests book meetings, and receive notifications.

✨ Features

  • User authentication (JWT)
  • Host availability setup
  • Public booking page for guests
  • Guest form before booking
  • Booking dashboard for hosts
  • Email + popup notifications
  • Cancel/reschedule functionality

🛠️ Tech Stack

  • Frontend: React (Vite), React Router, React Toastify
  • Backend: FastAPI, JWT, Pydantic
  • Database: PostgreSQL (Neon / Supabase / Local)
  • Notifications: SMTP (Gmail/SendGrid)
  • Future Add-ons: Payments, AI scheduling, Calendar integration

⚙️ Installation

Clone the repo:

git clone https://github.com/Santhosh-Kumar-2004/meeting-booking-app.git

📌 Roadmap (Future add ons)

Add payment integration AI scheduling assistant Google Calendar sync Analytics dashboard

# 🔹 5. Connect GitHub Repo with VS Code

  1. Create repo on GitHub (empty).
  2. In VS Code terminal, inside your project folder:
    git init
    git remote add origin https://github.com/YOUR-USERNAME/meeting-booking-app.git
    git add .
    git commit -m "Initial commit"
    git push -u origin main

About

Meetly is a full-stack meeting booking platform built with React (frontend), FastAPI (backend), and PostgreSQL (database). It allows professionals to set availability, let guests book meetings, and receive notifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors