https://github.com/german-zarate/mysqlexpressnodejs
A great and simple website based on express with MySQL using.
https://github.com/german-zarate/mysqlexpressnodejs
express mysql nodejs router
Last synced: 4 months ago
JSON representation
A great and simple website based on express with MySQL using.
- Host: GitHub
- URL: https://github.com/german-zarate/mysqlexpressnodejs
- Owner: german-zarate
- License: gpl-3.0
- Created: 2024-05-14T06:52:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-14T06:53:33.000Z (about 1 year ago)
- Last Synced: 2024-12-05T15:12:05.447Z (6 months ago)
- Topics: express, mysql, nodejs, router
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Express Node JS
A great and simple website based on **expressJS** with **MySQL** using.
### Based on nodejs (javascript)
- https://nodejs.org/api/util.html
- https://expressjs.com/
- https://www.npmjs.com/package/mysql### Why using util?
We need to communicate with **MySQL** and get data from that, so it will be easy if we use **util** in NodeJS.