文件名称:chinook-api
文件大小:101KB
文件格式:ZIP
更新时间:2024-04-18 14:05:30
TypeScript
奇努克比图 一个后端项目,提供Web服务API来访问。 设置和运行 设置 # Download latest version of standalone sqlite database wget https://github.com/lerocha/chinook-database/raw/master/ChinookDatabase/DataSources/Chinook_Sqlite_AutoIncrementPKs.sqlite -O ./chinook.sqlite # Install dependencies (including ones required for development) yarn install --dev 跑步 yarn dev 如果要启用“热重载”(无论何时更改文件); yarn watch 概述 该项目在后面运行代码。 基于,我决定只运行转换为E
【文件预览】:
chinook-api-master
----.eslintrc(246B)
----package.json(2KB)
----src()
--------models()
--------controllers()
----tsconfig.json(471B)
----.gitignore(50B)
----webpack.config.js(1KB)
----README.md(3KB)
----yarn.lock(223KB)
----.eslintignore(17B)
----index.ts(775B)