Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valchanoficial/nodemysql
CRUD em Node com MySQL
https://github.com/valchanoficial/nodemysql
body-parser crud database express mysql mysql-database node
Last synced: 4 days ago
JSON representation
CRUD em Node com MySQL
- Host: GitHub
- URL: https://github.com/valchanoficial/nodemysql
- Owner: ValchanOficial
- Created: 2019-10-09T11:36:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:46:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:57:06.456Z (over 1 year ago)
- Topics: body-parser, crud, database, express, mysql, mysql-database, node
- Language: JavaScript
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Base:
- http://localhost:3000/Utilizado:
- MySQL v.8.0.17 https://dev.mysql.com/downloads/installer/
- mysql v.2.17.1 https://github.com/mysqljs/mysqlRotas:
- **/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