Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Minogar28/DIRECTORIO_UDC/llms.txt

Use this file to discover all available pages before exploring further.

Directorio UDC is a full-stack web application being built for the university community. It is designed so that students and faculty will be able to locate advisory spaces, find tutors, and navigate campus support resources — all from a fast, responsive interface. The application is built with a React 19 + TypeScript frontend and an Express 5 backend.

Introduction

Understand what Directorio UDC is, who it’s for, and how it’s structured.

Quickstart

Run the application locally in minutes with step-by-step setup instructions.

Architecture

Explore the frontend, backend, and how the two services communicate.

API Reference

Browse the Express.js backend API endpoints and request/response shapes.

What the App Is Designed to Do

Directorio UDC is intended to provide a central directory for the university community, covering:
  • Advisory space discovery — designed to let users locate rooms and offices where advisors are available
  • Faculty listings — intended to allow browsing of faculty members and their tutoring schedules
  • Responsive interface — built on React 19 and Vite for a fast experience on desktop and mobile
1

Clone the repository

Download the source code from GitHub to your local machine.
2

Install backend dependencies

In the BACKEND directory, run npm install.
3

Install frontend dependencies

In the FRONTEND directory, run npm install.
4

Start the backend server

From the BACKEND directory, launch the server with node index.js.
5

Start the frontend dev server

From the FRONTEND directory, run npm run dev.
6

Open the app

Visit http://localhost:5173 in your browser to see Directorio UDC.
Directorio UDC is actively developed. See the Development Guide for the full setup walkthrough including environment configuration.

Build docs developers (and LLMs) love