GithubHelp home page GithubHelp logo

test's Introduction

笔试题

请fork本项目到自己的仓库中,并在此基础上进行开发

按要求实现功能,并分阶段提交commit

功能要求

完成关于用户信息的CURD页面

用户信息数据字段: id, name, email

  • 列表页 table列表 展示所有用户信息(可编辑更新, 删除)
  • 详情页 展示单个用户信息(可编辑更新, 删除)
  • 新建页 新建一个用户,创建成功跳转到详情页面
  • 显示请求返回信息,动态更新页面数据
字段验证

name: { type: 'string', max-length: 50, required }

email: { type: 'email', max-length: 100, required }

接口

  • host: https://www.mxcins.com
  • list : GET /api/users
  • create: POST /api/users
  • update: PUT /api/users/:id
  • destroy: DELETE /api/users/:id
其他

可以使用第三方库

any question: [email protected]

test's People

Contributors

maxiaochuan avatar

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.