GithubHelp home page GithubHelp logo

xjxl520303 / zfrontier-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.41 MB

使用 Nuxt 仿 zFrontier 装备在线网站服务器实现

Home Page: https://zfrontier-server.herokuapp.com/

License: GNU General Public License v3.0

JavaScript 1.58% TypeScript 96.07% Shell 2.35%
nestjs nodejs prisma restfull-api typescript heroku compodoc swagger openapi

zfrontier-server's Introduction

zFrontier-server

使用 Nuxt 仿 zFrontier 装备在线网站服务器实现

集成功能

  • JWT授权登录
  • 第三方授权登录
  • 腾讯云
    • 短信服务
    • 验证服务
  • OpenAPI文档
  • Prisma + PostgreSQL

计划

  • 用户登录/注册
    • 手机号登录/注册
    • 第三方授权登录/注册
      • 微信快速登录
      • QQ快速登录
      • Facebook快速登录
      • Google快速登录
  • JWT授权
  • Docker部署

一些问题

  1. 项目依赖库 p-queuep-retry 由于新版本使用了纯 ESM 模块,目前在项目中运行会出错,所以不要升级这两个库。

能运行的当前最高版本为:

"p-queue": "^6.6.2"
"p-retry": "^4.6.1"
  1. Nest.js 引入一些 Express 中间件问题

如果不能使用 import csurf from 'csurf'; 来引入库,则需要在 tsconfig.json 中添加配置:

"esModuleInterop": true

否者需要使用 import * as csurf from 'csurf' 这种方式,不然报错。

zfrontier-server's People

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.