An open API service indexing awesome lists of open source software.

https://github.com/parzibyte/crud-postgresql-node

Conexión a PostgreSQL usando Node.js, librería pg, Bootstrap y Express
https://github.com/parzibyte/crud-postgresql-node

bootstrap-4 crud crud-example-express-app database express-js javascript node node-js postgresql postgresql-database sql

Last synced: 9 months ago
JSON representation

Conexión a PostgreSQL usando Node.js, librería pg, Bootstrap y Express

Awesome Lists containing this project

README

          

# CRUD Node.js y PostgreSQL usando Express y Bootstrap 4
Tutorial en: https://parzibyte.me/blog/2019/06/28/node-js-postgresql-ejemplo-conexion/

By [Parzibyte](https://parzibyte.me/blog)
Generada con [express-generator](https://parzibyte.me/blog/2019/06/21/generar-app-express-node-express-generator/) y [Bootstrap 4](https://parzibyte.me/blog/2019/05/09/plantilla-inicial-bootstrap-4-starter-template/).

![enter image description here](https://parzibyte.me/blog/wp-content/uploads/2019/06/Demostraci%C3%B3n-de-conexi%C3%B3n-de-Node-y-PostgreSQL-usando-Express-y-Bootstrap.gif)

## Probar código
Si quieres descarga el código de [GitHub](https://github.com/parzibyte/crud-postgresql-node), asegúrate de haber instalado Node y PGSQL.

Dirígete a la carpeta del proyecto e instala las dependencias con:

`npm install`

Cuando se acaben de instalar ejecuta el proyecto con:

`set debug=crud-postgresql-node:* & npm start`

Finalmente visita localhost:3000