M Mall Admin

screenshot of M Mall Admin
express

:dog: 微信小程序-小商城后台(基于 Node.js、MongoDB、Redis 开发的系统...)

Overview:

The m-mall-admin is a backend management interface demo with the username/password set as admin/123456. This project is developed using Node.js, MongoDB, and Redis. It provides a RESTful API using Express and interface documentation using apidoc. The frontend is built using Angular.js, Ionic, and Webpack, following an ECMAScript 6 coding style.

Features:

  • Backend Development: Built using Node.js, MongoDB, and Redis.
  • RESTful API: Provided through Express framework.
  • Frontend Technologies: Utilizes Angular.js, Ionic, and Webpack.
  • Interface Documentation: Generated using apidoc.
  • Modern Coding Style: Uses ECMAScript 6 for coding.
  • Cloning: Easily clone the project files for deployment.
  • Contribution: Welcome feedback and suggestions through issues.
  • License: The project is licensed under MIT.

Clone Repository:

git clone [repository-url]

Backend Setup:

npm install

Frontend Setup:

npm install -g @ionic/cli
npm install -g @angular/cli
npm install

Other Commands:

  • To start backend server:
npm start
  • To start frontend server:
npm run dev

Summary:

The m-mall-admin project is a demonstration of a backend management interface using technologies like Node.js, MongoDB, and Redis. With a RESTful API, interface documentation, and modern frontend technologies, it offers a comprehensive solution for backend and frontend development. The project welcomes contributions and feedback through issues as it is licensed under MIT.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.