Git Product home page Git Product logo

xadmin's Introduction

XAdmin

A simple web admin project based on Node.js + Express + AngularJS + MongoDB + Mongoose.

Basically, this is a tutorial project for MEAN(MongoDB+Express+Angular+Node.js).

features

Simple features:

  • Login
  • Access Control(just like RBAC)
  • User, Role, Action(menu) management

dependencies

see package.json:

"dependencies": {
  "body-parser": "~1.13.2",
  "cookie-parser": "~1.3.5",
  "debug": "~2.2.0",
  "express": "~4.13.1",
  "jade": "~1.11.0",
  "mongoose": "^4.1.2",
  "morgan": "~1.6.1",
  "serve-favicon": "~2.3.0"
}

And there are other dependencies:

  • AngularJS(1.4.3)
  • UI Bootstrap(0.13.3)
  • ngDialog(0.4.0)
  • Bootstrap CSS(3.1.1)

I'd add them to project manually. They reside in these directories:

  • public/javascripts
  • public/stylesheets

create

The projects was created by express generator, follow the steps:

  1. express XAdmin
  2. cd XADmin && npm install
  3. npm install mongoose --save

But now, you can run "npm install" directly. Mongoose was written in package.json.

resources

Here are some links:

Run

Follow these steps:

  1. clone the XAdmin project
  2. cd XAdmin && npm install
  3. install MongoDB && run it
  4. npm start

xadmin's People

Contributors

foruok avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.