Skip to main content

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.

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).

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

1

Install Node.js and MySQL

Make sure you have Node.js (v14+) and a running MySQL server on your machine.
2

Install dependencies

Run npm install in the project root to install the mysql2 package.
3

Create the database

Create a MySQL database named ejemploformulario and update the credentials in conexion.js if needed.
4

Start the server

Run npm start to launch the server, then open index.html in your browser to use the registration form.
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.

Build docs developers (and LLMs) love