Git Product home page Git Product logo

nestx's Introduction

Nestx

A full stack infrastructure base on nestjs 中文说明 demo account: admin 888888

What is Nestx

Nestx is a full stack real project base on nestjs framework. This project is infrastructure for scale and extendable system.

Includes:

  • nest-server server side
  • nest-swagger Swagger generator
  • nest-angular Angular backend client
  • nest-react React backend client
  • nest-testing API testing

Why Nestjs

Nestjs provides nodejs back-end modular management, completed controller annotation decorators, powerful module integration capabilities, and friendly with Angular.

Why Swagger

Swagger is for rest api standard. it has benifit on decoupling but connecting between backend and frontend.

Swagger provides good choices for swagger -> front , swagger -> server -> front implement sequence.

Swagger can easily generate front-end proxy codes, basic domain codes, and basic test interface codes, making coding easy and efficient etc.

Why Lerna

Lerna provides a set of command line convenience easily maintain modules.

why angular and react

Angular and react both of them have large high quality UI libraries, good to use them switchable, but typescript is necessary.

Why needs testing

Testing is an effective guarantee of project quality, and persistent testing codes are necessary means of project iteration.

Gets start

prepare: To change .env for your own settings

npm install lerna -g
lerna bootstrap
npm run start:serve
npm run start:angular

Features

functions basic full
Login
Settings
Users
Roles
Dictionary
Logs
Menus

source code struct


├── README.md
├── README.zh-CN.md
├── docs
│   ├── NestJsRBAC.1.md
│   ├── NestJsRBAC.2.md
│   └── README.md
├── lerna.json
├── nestx.code-workspace
├── package.json
└── packages
    ├── clients
    │   ├── nest-angular
    │   └── nest-react
    └── servers
        ├── nest-server
        ├── nest-swagger
        ├── nest-testing
        ├── nestx-auth
        ├── nestx-base
        ├── nestx-cms
        ├── nestx-common
        └── nestx-config
        

nestx's People

Contributors

dependabot[bot] avatar vellengs 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.