文件名称:ratingsapp:评级应用程序(Node、Backbone、MongoDB、Express)
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-15 08:28:41
JavaScript
一个简单的评级应用 用户可以添加、编辑和删除评级以及查看现有评级列表。 技术栈 节点 表示 MongoDB 骨干 安装 克隆这个仓库$ git clone https://github.com/asdvalenzuela/ratingsapp.git cd 进入目录$ cd ratingsapp 使用 npm 安装依赖项$ npm install 启动应用$ npm start 导航到 localhost:3000 以使用 ratings 应用程序
【文件预览】:
ratingsapp-master
----.gitignore(43B)
----app.js(642B)
----package.json(286B)
----bin()
--------www(2KB)
----public()
--------javascripts()
--------stylesheets()
--------index.html(2KB)
----README.md(542B)
----routes()
--------ratings.js(1KB)