Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valeriatorrealba/gym
Ejercicio - Acceso a datos en aplicaciones Node - Módulo 7 Acceso a datos en aplicaciones Node - Full Stack JavaScript - Desafío Latam
https://github.com/valeriatorrealba/gym
html javascript
Last synced: 1 day ago
JSON representation
Ejercicio - Acceso a datos en aplicaciones Node - Módulo 7 Acceso a datos en aplicaciones Node - Full Stack JavaScript - Desafío Latam
- Host: GitHub
- URL: https://github.com/valeriatorrealba/gym
- Owner: valeriatorrealba
- Created: 2024-05-04T00:51:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:38:03.000Z (4 months ago)
- Last Synced: 2024-08-01T20:04:20.379Z (4 months ago)
- Topics: html, javascript
- Language: HTML
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POST & CREATE - Gimnasio Heart Strong
El gimnasio Heart Strong necesita desarrollar un servidor en Node.js que devuelva varios formularios HTML para la gestión CRUD de registros almacenados en una tabla llamada `ejercicios` en la base de datos `gym`.
## Descripción
Este proyecto incluye la creación de una API REST que permite gestionar ejercicios en una base de datos PostgreSQL. La interfaz web proporcionada permite agregar nuevos ejercicios a la base de datos utilizando formularios HTML.