Code Monkey home page Code Monkey logo

m-mall-admin's Introduction

m-mall-admin

Overview

This is a boilerplate application for building REST APIs in Node.js using ES6 and Express with Code Coverage and JWT Authentication.

backend technology Node.jsMongoDBRedisExpressES6

frontend technology Angular.jsIonicES6Webpack

Directory

Demo

Demonstration component

Features

Feature Summary
ES6 via Babel ES6 support using Babel.
Authentication via JsonWebToken Supports authentication using jsonwebtoken.

Getting Started

Clone the repo:

git clone [email protected]:skyvow/m-mall-admin.git
cd m-mall-admin

Install dependencies of backend:

npm install

Start server of backend:

# set DEBUG env variable to get debug logs
npm start

Install dependencies of frontend:

cd public
npm install

Start server of frontend:

# monitor file changes and automatically compile
npm run watch

Other commands:

# packaged and compressed files in a development environment
npm run test
# packaged and compressed files in a production environment
npm run build

Create API document:

# apiDoc creates a documentation from API annotations in your source code
npm run apidoc

Execute tests:

# compile with babel and run tests
npm test

Contributing

Contributions, questions and comments are all welcome and encouraged. For code contributions submit a pull request with unit test.

License

MIT

m-mall-admin's People

Contributors

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