文件名称:Tupan:后端API通过
文件大小:318KB
文件格式:ZIP
更新时间:2024-05-19 10:37:23
nodejs mysql mongodb acl expressjs
Tupã是NodeJS中的Web后端框架。 ACL-RBAC后端-数据库:Mysql,MongoDB,GraphQL,Firestore。 访问根DOCS文件夹中的文档文件。 依存关系: 检查项目package.json的根文件中的项目中使用的依赖项 以开发模式启动项目 npm install or yarn install cd /server node server.js 使用nodemon工具: cd /server nodemon server.js 数据库 使用Sql数据库-Mysql和PostgreSql Two packages were used for SQL database,they are ORMs, sequelize and pg modules. in /config/config.json Change the credentials to
【文件预览】:
Tupan-master
----.gitignore(33B)
----package.json(1KB)
----server()
--------api-bitcoin-core()
--------models()
--------__tests__()
--------roles.js(749B)
--------firebase.js(564B)
--------controllers()
--------routes()
--------sum.js(93B)
--------server.js(3KB)
----package-lock.json(514KB)
----.env.exemple(2KB)
----dockerfile(729B)
----models()
--------orders.js(701B)
--------trades.js(512B)
--------accounts.js(358B)
--------wallets.js(598B)
--------index.js(966B)
--------users.js(2KB)
--------currencies.js(363B)
----DOCS()
--------DEVOPS.md(871B)
--------PIX.md(354B)
--------METRICS.md(344B)
----.env(3KB)
----docker-compose.yml(0B)
----Readme.md(4KB)
----config()
--------config.json(537B)
----migrations()
--------20200205031603-create-orders.js(1KB)
--------20200131130711-create-accounts.js(768B)
--------20200203192616-create-currencies.js(769B)
--------20200130172457-create-wallets.js(1KB)
--------20200131125106-create-trades.js(1KB)
--------20200130180701-create-users.js(1KB)
----to implement and bugs.txt(4KB)
----yarn.lock(350KB)