Git Product home page Git Product logo

qa-app-server's Introduction

qa-app-server

问答系统服务端,毕业设计

技术栈:typescript + inversify + express + mongoDB

问答系统

用户注册登录后,可创建问题,指定他人回答。创建的问题在 post 界面显示,被指定的用户登录后在 todo 界面显示。被指定用户提交问题后,问题作者可对结果进行收集分析

  1. 线上地址,去看看 -> https://qa.omyleon.com

  2. 问答系统 前端 -> https://github.com/lawler61/qa-app

  3. react 脚手架地址 -> https://github.com/lawler61/react-lighter

目录结构

└── server
    ├── bootstrap.ts // 启动文件
    ├── controllers
    │   ├── base.ts
    │   ├── department.ts
    │   ├── friend.ts
    │   ├── index.ts
    │   ├── message.ts
    │   ├── qstDetail.ts
    │   ├── question.ts
    │   ├── upload.ts
    │   └── user.ts
    ├── db
    ├── ioc
    ├── middleware
    ├── models
    │   ├── department.ts
    │   ├── friend.ts
    │   ├── message.ts
    │   ├── qstDetail.ts
    │   ├── qstReply.ts
    │   ├── question.ts
    │   └── user.ts
    ├── services
    │   ├── base.ts
    │   ├── department.ts
    │   ├── friend.ts
    │   ├── index.ts
    │   ├── message.ts
    │   ├── qstDetail.ts
    │   ├── question.ts
    │   └── user.ts
    ├── uploads // 静态文件
    ├── utils
    └── wsRouter

功能

  1. 用户:登录、注册、修改基本信息、修改密码、上传头像

  2. 创建问题:包括问题基本信息、具体问题、指定人员

  3. 完成问题:被指定用户在规定时间内完成问题,并提交

  4. 收集问题:被指定用户都作答完成后,问题作者可对问题进行收集和分析

  5. 聊天:用户之间添加好友,进行简单聊天

运行

yarn or npm i

yarn start // for dev

yarn build && yarn server // for prod

qa-app-server's People

Contributors

liam61 avatar

Stargazers

 avatar  avatar  avatar

Forkers

libin1991

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.