Skip to content

pradhanashwin/appointment_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointment Management System

This project is an Appointment Management System, featuring both frontend and backend components. Each part of the system is documented separately in their respective directories.

Table of Contents

Frontend

The frontend of the Appointment Management System is built using React with Vite. For detailed instructions on setting up, running, and deploying the frontend, please refer to the README file located in the frontend directory:

frontend/README.md

Backend

The backend of the Appointment Management System is powered by FastAPI by using FastAPI Temlate. It handles all server-side logic, database interactions, and API endpoints. For detailed instructions on setting up, running, and deploying the backend, please refer to the README file located in the backend directory:

backend/README.md

This root README provides an overview of the project and directs users to the detailed documentation for both the frontend and backend components.