文件名称:mysql-node-express
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-28 01:08:37
JavaScript
如何使用NodeJs,Express和Mysql构建Rest API 科技类 本示例使用许多开源项目来正常工作: 入门 # Clone this repo to your local machine using git clone git@github.com:Juliest88/mysql-node-express.git # Get into the directory cd mysql-node-express # Make it your own rm -rf .git && git init # Coppy .env-example and create your own .env file cp .env-example .env # Edit .env file and add your mysql username, mysql password and db name v
【文件预览】:
mysql-node-express-master
----package.json(495B)
----.env-example(152B)
----package-lock.json(61KB)
----src()
--------models()
--------db()
--------server.js(995B)
--------routes()
--------middleware()
--------controllers()
--------utils()
----.gitignore(18B)
----README.md(2KB)
----nodemon.json(62B)