All Projects → lpwyz → xiaomishop

lpwyz / xiaomishop

Licence: other
基于nodejs web框架egg.js+mongoose实现的仿小米商城的项目

Projects that are alternatives of or similar to xiaomishop

Egg Mongoose
Stars: ✭ 386 (+1384.62%)
Mutual labels:  mongoose, egg
node-server
(@nestjs refactoring)⚡️My personal website's api server, a RESTful application that powered by @eggjs
Stars: ✭ 17 (-34.62%)
Mutual labels:  mongoose, egg
AntEggBlogService
🔥egg、mongodb、restful api、jwt
Stars: ✭ 21 (-19.23%)
Mutual labels:  mongoose, egg
Egg Restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
Stars: ✭ 524 (+1915.38%)
Mutual labels:  mongoose, egg
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+738.46%)
Mutual labels:  mongoose
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+10361.54%)
Mutual labels:  mongoose
Vue Mall Mobile
🔥 vue + koa + mongodb 搭建 mobile web 商城 (End。。。)
Stars: ✭ 201 (+673.08%)
Mutual labels:  mongoose
Evmongoose
DEPRECATED. Evmongoose is an asynchronous, event(libev) based multi-protocol embedded networking library with functions including TCP, HTTP, WebSocket, MQTT and much more. It's based on mongoose and libev implementation and it's support Lua API.
Stars: ✭ 199 (+665.38%)
Mutual labels:  mongoose
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+10711.54%)
Mutual labels:  mongoose
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+850%)
Mutual labels:  mongoose
Mern Passport
A boilerplate example of using passport.js for authenticating a MERN application
Stars: ✭ 214 (+723.08%)
Mutual labels:  mongoose
Thal
Getting started with Puppeteer and Chrome Headless for Web Scraping
Stars: ✭ 2,345 (+8919.23%)
Mutual labels:  mongoose
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/
Stars: ✭ 228 (+776.92%)
Mutual labels:  mongoose
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+673.08%)
Mutual labels:  mongoose
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+11496.15%)
Mutual labels:  mongoose
Vue Node Pastime
😄 基于vue全家桶、nodejs和mongodb的前后端整合项目
Stars: ✭ 200 (+669.23%)
Mutual labels:  mongoose
Graphql Demo
🎉Koa + GraphQL + Apollo-Server demo
Stars: ✭ 215 (+726.92%)
Mutual labels:  mongoose
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+815.38%)
Mutual labels:  mongoose
Express Es6 Rest Api
🔋 Starter project for an ES6 RESTful Express API.
Stars: ✭ 2,401 (+9134.62%)
Mutual labels:  mongoose
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+703.85%)
Mutual labels:  mongoose

egg小米商城项目

web框架采用的是当前node社区流行的koa框架的加强版,阿里开发的egg框架, 数据库采用的是mongodb 使用的数据库库是mongoose,前端采用的是简单易上手的ejs模板引擎, 感兴趣的朋友可以把ejs,改成当下流行的vue,react或者angular哦。 项目的功能列表在项目的: app/public/admin/egg_project

项目截图

项目目前截图: ![Image] (https://github.com/lpwyz/xiaomishop/raw/master/project_demo/login.png) ![Image] (https://github.com/lpwyz/xiaomishop/raw/master/project_demo/error_code.png) ![Image] (https://github.com/lpwyz/xiaomishop/raw/master/project_demo/error_code.png) ![Image] (https://github.com/lpwyz/xiaomishop/raw/master/project_demo/welcome.png)

启动项目

1:下载源码到idea工具,如Webstorm 2: 安装package.json对应的依赖模块 3: npm run dev 运行项目 注意: 在项目的config文件夹下面的 config.mongoose = { client: { url: 'mongodb://127.0.0.1/xiaomishop', options: {} }, }; 需要改成自己的数据库。 4:项目在持续的更新中,等全部更新完成,会附上项目的数据库链接,

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].