笔记本电脑存储节点的React
移动应用课程的学校项目
目录
描述
具体细节
import React from 'react';
import { makeStyles } from 'material-ui/core/styles';
import Box from 'material-ui/core/Box';
import Container from 'material-ui/core/Container';
import Paper from 'material-ui/cor
笔记本电脑
介绍
Laptoptory是一个在线库存管理系统,用于跟踪组织/公司中的笔记本电脑(根据要求定制的其他资产)。 Laptoptory是使用Node.js和React.js构建的。
API端点
GET /
POST /登录
POST /注册
GET /登出
GET /用户/批准/全部
POST /用户/批准/:id
POST /笔记本电脑
GET /笔记本电脑
PUT /笔记本电脑
DELETE /笔记本电脑
POST /程序
GET /日志
GET /用户
POST /用户
PU