文件名称:节点*:面向游戏玩家的动态网站
文件大小:772KB
文件格式:ZIP
更新时间:2024-03-03 03:50:31
nodejs html5 mongodb css3 blockchain
通过链接*-NodeJS 程序BCDV1007-全栈开发II课程的最终项目。 该项目是先前静态网站版本的扩展。 您可以检查此先前版本。 动态网站以HTML5,CSS3,JS,Express和MongoDB的最终任务形式呈现。 基于BCDV1001课程-区块链简介中介绍的最终项目。 它由一个平台组成,该平台允许游戏者连接他们的游戏帐户,以出售,购买和交易游戏资产。 :person_running: 怎么跑 在要克隆项目的文件夹中打开终端 # Clone this repo git clone https://github.com/LorranSutter/Freedom-by-chaining-up-Node.git # Go to the project cd Freedom-by-chaining-up-Node # Install dependencies npm install # Run the p
【文件预览】:
Freedom-by-chaining-up-Node-master
----public()
--------img()
--------js()
--------css()
----views()
--------login.pug(578B)
--------dashboard.pug(586B)
--------error.pug(84B)
--------contact.pug(847B)
--------dashboard()
--------layout.pug(1KB)
--------index.pug(2KB)
--------howItWorks.pug(4KB)
--------signup.pug(917B)
----models()
--------Asset.js(345B)
--------MarketItem.js(696B)
--------Transaction.js(829B)
--------User.js(2KB)
--------Game.js(238B)
----controllers()
--------howItWorksController.js(107B)
--------indexController.js(199B)
--------userController.js(2KB)
--------dashboardController.js(5KB)
--------contactController.js(96B)
----app.js(2KB)
----config()
--------db.js(443B)
----LICENSE(1KB)
----README.md(3KB)
----populatedb.js(19KB)
----middlewares()
--------auth.js(198B)
----.gitignore(2KB)
----bin()
--------www(2KB)
----routes()
--------howItWorks.js(259B)
--------contact.js(244B)
--------dashboard.js(1KB)
--------login.js(406B)
--------signup.js(389B)
--------index.js(319B)
----package-lock.json(76KB)
----package.json(668B)