scrumdog:百万富翁

时间:2024-05-20 06:50:25
【文件属性】:

文件名称:scrumdog:百万富翁

文件大小:166KB

文件格式:ZIP

更新时间:2024-05-20 06:50:25

JavaScript

Scrumdog百万富翁 超级简单的应用程序,用于运行每日站立。 入门 # clone the repo, then from root folder: npm install npm run build cp config.json.example config.json npm run start 默认情况下,它将创建一个名为scrumdog.sqliteSQLITE数据库,但是将Sequelize设置为使用另一种方言(mySQL,Postgres等)应该相对容易。 用户认证 如果要在面向公众的服务器上运行Scrumdog,则可以启用用户身份验证以防止这些API公开可见。 在config.json中,将authEnabled切换为true并指定要在authServices使用的OAuth服务。 您需要为要启用的服务配置客户端应用程序; 受支持的服务是和 ,但是通过支持其他人是微不足道


【文件预览】:
scrumdog-develop
----client()
--------src()
----server()
--------models()
--------index.js(2KB)
--------auth()
--------routes()
--------lib()
----.babelrc(83B)
----package.json(2KB)
----readme.md(2KB)
----test()
--------test.js(155B)
----roadmap.md(943B)
----.sequelizerc(155B)
----.nodemon.json(35B)
----LICENSE(1KB)
----package-lock.json(459KB)
----.eslintrc.js(405B)
----.gitignore(99B)
----config.json.example(251B)
----webpack.config.js(716B)
----.eslintignore(15B)

网友评论