Skip to content
/ typerx Public
forked from vellengs/typerx

A lightweight typescript annotation rest based extra (express、 mongoose、 angular、zorro、ng-alain ...).

License

Notifications You must be signed in to change notification settings

hhy5277/typerx

 
 

Repository files navigation

typerx

typerx (Typescript Rest extra)

A lightweight typescript annotation rest based extra (express、 mongoose、 angular、ng-zorro、ng-alain ...).

Automatic maintenance rest api and flexible.

中文 README

module features

system management

  • settings
  • accounts
  • menus
  • roles
  • dictionary
  • logs

CMS management

  • pages
  • articles
  • categories
  • media
  • widgets

project demo

typerx demo use admin:888888 LOGIN

Quick start

# clone our repo
# --depth 1 removes all but one .git commit history
$ git clone --depth 1 https://github.com/vellengs/typerx.git

# change directory to our repo
$ cd typerx

# install the repo with npm
$ npm install

# import system default data
$ npm run import  

# start the server
$ npm start

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Front end stack

angular >= 5;

angular

ant design angular version zorro

ng-zorro

ng-zorro-antd admin panel front-end framework

ng-alain

About

A lightweight typescript annotation rest based extra (express、 mongoose、 angular、zorro、ng-alain ...).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 38.5%
  • TypeScript 30.9%
  • CSS 23.2%
  • HTML 6.6%
  • PHP 0.6%
  • Shell 0.1%
  • Other 0.1%