Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valchanoficial/nodepostgresql
CRUD em Node com PostgreSQL
https://github.com/valchanoficial/nodepostgresql
body-parser crud express node nodejs postgres postgresql
Last synced: 4 days ago
JSON representation
CRUD em Node com PostgreSQL
- Host: GitHub
- URL: https://github.com/valchanoficial/nodepostgresql
- Owner: ValchanOficial
- Created: 2019-09-30T02:43:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:39:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:57:06.553Z (over 1 year ago)
- Topics: body-parser, crud, express, node, nodejs, postgres, postgresql
- Language: JavaScript
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Postgres
**Base:**
- http://localhost:3000/**Utilizado:**
- [PostgreSQL v11.5](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
- [node-postgres](https://node-postgres.com/)**Rotas:**
- **/find** - Retorna os dados de todos usuários cadastrados
- **/find/:userId** - Retorna os dados de um usuário
- **/create** - Cria um usuário
- **/update/:userId** - Atualiza os dados de um usuário
- **/delete/:userId** - Deleta um usuário