Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelarias1/catmed
Proyecto de FullStack 2 [Catmed]
https://github.com/joelarias1/catmed
html-css-javascript
Last synced: about 1 month ago
JSON representation
Proyecto de FullStack 2 [Catmed]
- Host: GitHub
- URL: https://github.com/joelarias1/catmed
- Owner: Joelarias1
- Created: 2024-11-01T22:50:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T21:11:46.000Z (2 months ago)
- Last Synced: 2024-12-05T21:20:07.001Z (2 months ago)
- Topics: html-css-javascript
- Language: HTML
- Homepage: https://catmedwebsite.vercel.app/
- Size: 6.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catmed
Este proyecto fue generado con [Angular CLI](https://github.com/angular/angular-cli) versión 19.0.0.
## Descripción
Catmed es una aplicación web para la gestión de citas médicas, desarrollada con Angular. Permite agendar, modificar y dar seguimiento a las citas de los pacientes de forma sencilla e intuitiva.## Inicio Rápido
1. Clona el repositorio
```bash
git clone
```2. Instala las dependencias
```bash
npm install
```3. Inicia el servidor de desarrollo
```bash
ng serve
```Navega a `http://localhost:4200/` para ver la aplicación.
## Scripts Disponibles
- `ng serve`: Inicia el servidor de desarrollo
- `ng build`: Compila el proyecto
- `ng test`: Ejecuta las pruebas unitarias
- `ng e2e`: Ejecuta las pruebas end-to-end## Recursos
Para más información sobre Angular CLI, visita [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli).