Skip to content

yrq110/JX3Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

剑三小铺

web入门所写的第一个小应用,网游虚拟物品商店。

本项目使用Node + Express + Materialize + MongoDB开发。

功能

  • 使用不同组件花式展示商品

主要使用

前端:

  • jquery
  • materialize

后端:

  • node
  • express
  • mongoose
  • mongodb

构建

  1. 安装依赖
npm install
  1. 运行
node bin/www  
# server at http://127.0.0.1:3000

数据库

在routes/index.js文件中:

mongoose.connect('mongodb://YOUR_DB');

将YOUR_DB改为你的mongodb数据库的地址。

证书

MIT

About

An online game item store built by express and materialize

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published