All Projects → codeBaby666 → xbn_admin_node

codeBaby666 / xbn_admin_node

Licence: GPL-2.0 license
使用nodejs的express框架搭建的后台管理系统

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to xbn admin node

nodejs-scaffolding
A node.js sample application that demonstrates an architecture for building a complete production API with Node.JS, Express.JS and MongoDB
Stars: ✭ 33 (+32%)
Mutual labels:  mongoose, nodejs-mongodb
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+312%)
Mutual labels:  mongoose
Trellis
A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
Stars: ✭ 116 (+364%)
Mutual labels:  mongoose
graphql-rest-api-demo
A demo of what an equivalent REST API and GraphQL API look like.
Stars: ✭ 51 (+104%)
Mutual labels:  mongoose
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+364%)
Mutual labels:  mongoose
Discord.js-MongoDB-bot
Discord.js botları için Mongoose veritabanı (database) kullanım örnekleri.
Stars: ✭ 13 (-48%)
Mutual labels:  mongoose
vue-cosmosdb
Cosmos DB, Express.js, Vue, and Node.js app
Stars: ✭ 58 (+132%)
Mutual labels:  mongoose
web full stack application
show full stack technology applications : Scrapy + webservice[restful] + websocket + VueJS + MongoDB
Stars: ✭ 16 (-36%)
Mutual labels:  mongoose
AntEggBlogService
🔥egg、mongodb、restful api、jwt
Stars: ✭ 21 (-16%)
Mutual labels:  mongoose
test-mongoose-inmemory
A sample project that demonstrates how to test mongoose operations through jest with an in-memory database.
Stars: ✭ 39 (+56%)
Mutual labels:  mongoose
Apriliya-Api
Simple Web API with user authentication
Stars: ✭ 19 (-24%)
Mutual labels:  mongoose
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (+16%)
Mutual labels:  mongoose
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+300%)
Mutual labels:  mongoose
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-48%)
Mutual labels:  mongoose
chat-app-server
Back-end server for chat application built using express, moongodb & socket.io for Frontend (https://github.com/binbytes/nuxt-chat-app).
Stars: ✭ 30 (+20%)
Mutual labels:  mongoose
bechdel-test
Does your favorite film pass the test?
Stars: ✭ 25 (+0%)
Mutual labels:  mongoose
Discord-Template-V13
An easy-to-use discord bot including database, slash commands and context menus !
Stars: ✭ 103 (+312%)
Mutual labels:  mongoose
express-rest-api
🍺 RESTful API sample in Express, Mongoose and ES6.
Stars: ✭ 28 (+12%)
Mutual labels:  mongoose
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-32%)
Mutual labels:  mongoose
mongoose-plugin-cache
The Perfect Marriage of MongoDB and Redis
Stars: ✭ 42 (+68%)
Mutual labels:  mongoose

About

自学nodejs以后,一直考虑写一个Nodejs项目,但苦于没有找到合适的类型,而且后台系统无法直观的感受到,需要有一个前台项目配合。刚好前一段时间准备在公司推vue,用vue重构了后台系统的一部分业务,vue前端项目,便以此为契机构筑了后台系统。

项目只有后台管理接口。涉及登陆、注册、修改、列表、上传下载、用户中心等,基本完成一个平台所需的基础功能。

注:此项目纯属个人瞎搞。

说明

如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

开发环境 WebStorm 11.0.2 nodejs 8.1.3 Mongodb 2.2.25

如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍

技术栈

nodejs + express + mongodb + mongoose

项目运行

git clone https://github.com/codeBaby666/xbn_admin_node 

cd xbn_admin_node

npm install

npm run dev (需先开启mongodb,将data文件夹下的json文件导入xbn_user数据库里,json文件名称即是collection名称)

访问: http://localhost:8111

目标功能

  • 登录、注册、退出 -- 完成
  • 修改密码 -- 完成
  • 用户信息、列表、信息修改 -- 完成
  • 管理员信息、列表、新增、删除、修改 -- 完成
  • 权限信息、列表、新增、删除、修改 -- 完成
  • 供应商信息、列表、新增、修改 -- 完成
  • 采购商信息、列表、新增、修改 -- 完成
  • 报关单信息、列表、修改 -- 完成
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].