Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopeke/node-mysql-demo
Shopping List with Node.js and MySQL
https://github.com/naopeke/node-mysql-demo
Last synced: about 2 months ago
JSON representation
Shopping List with Node.js and MySQL
- Host: GitHub
- URL: https://github.com/naopeke/node-mysql-demo
- Owner: naopeke
- Created: 2024-01-07T15:23:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T11:42:53.000Z (about 1 year ago)
- Last Synced: 2024-01-08T18:53:06.378Z (about 1 year ago)
- Language: CSS
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-MySQL-demo
Shopping List with Node.js and MySQL## Installation
```
npm install express ejs mysql
```