All Projects → yrq110 → Jx3store

yrq110 / Jx3store

Licence: mit
An online game item store built by express and materialize

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jx3store

Mevn Stack
Stars: ✭ 19 (+90%)
Mutual labels:  express
Typesafe Routes
Spices up your favorite routing library by adding type safety to plain string-based route definitions.
Stars: ✭ 26 (+160%)
Mutual labels:  express
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-10%)
Mutual labels:  express
Thriftfindr
Thriftstore review site using Node, Mongo and the Google places API
Stars: ✭ 23 (+130%)
Mutual labels:  express
Vue express session nodb
这是一个带有express session验证的vue项目,其中server适用于其他任何前端框架,开发者可以根据自己的需求进行更改;另外session存储不涉及数据库存储,使用的是内存存储。
Stars: ✭ 24 (+140%)
Mutual labels:  express
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (+160%)
Mutual labels:  express
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+8800%)
Mutual labels:  express
3ree
An example universal JS application written with the 3REE stack, React + Redux + RethinkDB + Express. A stack for building apps, front and back end, with just Javascript.
Stars: ✭ 856 (+8460%)
Mutual labels:  express
Express Boilerplate
A fast, simple Node.js/Express + MongoDB + Vue.js web app boilerplate project
Stars: ✭ 25 (+150%)
Mutual labels:  express
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (-10%)
Mutual labels:  express
Kona
a node.js service framework built on koa.js (generators)
Stars: ✭ 23 (+130%)
Mutual labels:  express
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (+140%)
Mutual labels:  express
Hotseat Api
Rest API of a barber shop application - Built with Express, TypeORM and Postgres
Stars: ✭ 27 (+170%)
Mutual labels:  express
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (+130%)
Mutual labels:  express
Online Bling
Stars: ✭ 9 (-10%)
Mutual labels:  express
Learn.forge.viewhubmodels
Learn Forge Tutorial: View your BIM 360 & Fusion models using 3-legged OAuth. Available in Nodejs & .NET
Stars: ✭ 19 (+90%)
Mutual labels:  express
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (+160%)
Mutual labels:  express
Node Auth
基于 Node Express Mongoose 实现的用户注册/登陆权限验证
Stars: ✭ 10 (+0%)
Mutual labels:  express
Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-10%)
Mutual labels:  express
Re Verb
speaker diarization system using an LSTM
Stars: ✭ 27 (+170%)
Mutual labels:  express

剑三小铺

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

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

Demo: http://jx3ah.herokuapp.com/

功能

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

主要使用

前端:

  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].