Mini Proyecto Backend NodeJS is a lightweight server-side application built with Node.js and MySQL. It demonstrates core backend concepts — database connectivity, form handling, and HTTP routing — through a user registration form for “Tienda Parque 100”. This project is a SENA ADSO learning evidence (GA7-220501096-AA2-EV02).Documentation Index
Fetch the complete documentation index at: https://mintlify.com/brandonvergara1220-del/Mini-Proyecto-Backend-NodeJS/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what this project does and how it is structured.
Quickstart
Get the server running locally in minutes.
Project Structure
Explore the source files and understand how they fit together.
Configuration
Configure the Node.js environment and MySQL connection.
Get Up and Running
Install Node.js and MySQL
Make sure you have Node.js (v14+) and a running MySQL server on your machine.
Create the database
Create a MySQL database named
ejemploformulario and update the credentials in conexion.js if needed.This project is a SENA ADSO learning exercise (Módulos de software codificados y probados — GA7-220501096-AA2-EV02). It is intended for educational purposes and local development.