All Projects → vellengs → Typerx

vellengs / Typerx

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

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Typerx

Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (+26.32%)
Mutual labels:  rest, swagger, mongodb
Fullstackopen
Exercises for the Full Stack Open course.
Stars: ✭ 214 (+181.58%)
Mutual labels:  rest, mongodb, express
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (+26.32%)
Mutual labels:  rest, swagger, mongodb
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (+47.37%)
Mutual labels:  mongodb, express, fullstack
Fullstack Javascript Architecture
✍️ Opinionated project architecture for Full-Stack JavaScript Applications.
Stars: ✭ 464 (+510.53%)
Mutual labels:  mongodb, express, fullstack
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+130.26%)
Mutual labels:  mongodb, express, fullstack
Rest Hapi
🚀 A RESTful API generator for Node.js
Stars: ✭ 1,102 (+1350%)
Mutual labels:  rest, swagger, mongodb
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (+102.63%)
Mutual labels:  mongodb, express, fullstack
Api Design Node V3
[Course] API design in Node with Express v3
Stars: ✭ 459 (+503.95%)
Mutual labels:  rest, mongodb, express
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+289.47%)
Mutual labels:  swagger, mongodb, express
Swagger Express Ts
Generate and serve swagger.json
Stars: ✭ 102 (+34.21%)
Mutual labels:  rest, swagger, express
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+784.21%)
Mutual labels:  rest, mongodb, express
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (+275%)
Mutual labels:  rest, mongodb, express
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+693.42%)
Mutual labels:  rest, mongodb, express
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+990.79%)
Mutual labels:  cms, mongodb, express
Compojure Api
Sweet web apis with Compojure & Swagger
Stars: ✭ 1,056 (+1289.47%)
Mutual labels:  rest, swagger
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-35.53%)
Mutual labels:  mongodb, express
Meme Studio
📌 A complete and fast website building in React/Express for creating and sharing "internet memes"
Stars: ✭ 51 (-32.89%)
Mutual labels:  express, fullstack
Springboot
SpringBoot 整合各类框架和应用
Stars: ✭ 54 (-28.95%)
Mutual labels:  swagger, mongodb
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+1281.58%)
Mutual labels:  rest, swagger

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].