byZhetta / app-crud-users

Development of a CRUD of users with Nodejs, express and MySQL technologies, in addition to using the ejs templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD de usuarios

Esta aplicación puede hacer operaciones CRUD create-read-update-delete de usuarios, usando las plantilla de EJS.

Pantalla principal Pantalla de usuarios
Home Users

Instalación

git clone https://github.com/byZhetta/app-crud-users.git
cd app-crud-users
npm install
npm start

Variables de entorno

Esta aplicación necesita las siguientes variables de entorno:

  • HOST url del servidor
  • USER tipo de usuario del servidor
  • DB_PASS contraseña de la base de datos
  • DB_NAME nombre de la base de datos

Tecnologías principales

  • nodejs v14.18.1
  • express v4.18.2
  • mysql v2.18.1
  • ejs v3.1.8

About

Development of a CRUD of users with Nodejs, express and MySQL technologies, in addition to using the ejs templates


Languages

Language:EJS 80.7%Language:JavaScript 19.3%